0
Files
src/chrome
Ruma Kesh 02cd9b3c87 CrOS Settings: Update import for CrRadioGroupElement in the test files.
The element should be accessed from the 'os_settings' file in order to
avoid the element from potentially being registered twice.

Bug: b/270728282
Test: browser_tests --gtest_filter="OSSettings*"
Change-Id: Ibc83c541b185457adc97628b0b4bbe84f99afad1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4765799
Reviewed-by: Wes Okuhara <wesokuhara@google.com>
Commit-Queue: Ruma Kesh <rkesh@google.com>
Cr-Commit-Position: refs/heads/main@{#1181763}
2023-08-09 23:41:41 +00:00
..
2023-08-09 21:45:27 +00:00
2023-08-08 13:21:17 +00: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.