0
Files
src/chrome
Sana Akbani 874ab5e3c0 Remove kTranslateMessageUI flag from chrome_translate_client because it is already default enabled. (TranslateMessages)
Bug: 364728321
Change-Id: I224aa1fd978cdb7e53865e8c209e44a63ec4cc6a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5854295
Commit-Queue: Sana Akbani <sanaakbani@google.com>
Reviewed-by: Trevor Perrier <perrier@chromium.org>
Reviewed-by: Anthony Cui <cuianthony@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1354934}
2024-09-13 01:09:34 +00:00
..
2024-09-13 00:40:47 +00:00
2024-09-11 18:10:40 +00:00
2024-09-12 19:38:56 +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.