0
Files
src/chrome
Marlon Facey c8d8f1ca8f [History] Refactor History to use mojom
Convert browsing history handler to use mojom instead of older webUI
message handlers. Update unit tests to use new handler. Fix dangling
ptrs. Also update browser tests to call handler. Remove unused methods
from test browser proxy.

Bug: 386401009
Change-Id: Ibcb7de1e25d7aaffbbe12069f65fecab42d30846
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6091897
Reviewed-by: John Lee <johntlee@chromium.org>
Commit-Queue: Marlon Facey <mfacey@chromium.org>
Reviewed-by: Ken Buchanan <kenrb@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1419930}
2025-02-13 09:00:05 -08:00
..

Chrome

This directory contains the open source, application layer of Google Chrome.

Unlike other parts of Chromium like //content, which provide framework intended to support multiple products, this directory contains code that is focused on building specific products with opinionated UX.

Specific products include:

  • Chrome desktop browser for Chrome OS, Windows, Mac and Linux
  • Chrome mobile browser for Android
  • Chrome OS system UI

See //ios/chrome for the Chrome mobile browser for iOS, and note that code that is shared between //chrome and //ios/chrome is typically factored out into //components.