
In the process of "forking" TabSwitcherCoordinator/Mediator some elements of TabSwitcherCoordinator are better handled at the Pane level. This CL contains the menu and keyboard and price tracking related functionality that should be managed at the pane scope. Bug: 1505772 Change-Id: Iffe1d3891d91f4947e2b0296d6df17ff9855cc92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5131306 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Sky Malice <skym@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/main@{#1243476}
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.