commit | 23974519ef52db63f5a2374aebe5c6503eec0311 | [log] [tgz] |
---|---|---|
author | Alexey Baskakov <loyso@chromium.org> | Thu Mar 18 04:16:44 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 18 04:16:44 2021 |
tree | 65a36a2d5d66fe78c995d4707a0af08783f3de81 | |
parent | 7a9e905f31f8ba937e9ebc449fbc29a2124fdf5d [diff] |
AppService: Rename arc::ArcAppShortcutItems to apps::AppShortcutItems. This is pure move+rename operation, no behavior changes. This is a follow up for the ExecuteContextMenuCommand CL: https://chromium-review.googlesource.com/c/chromium/src/+/2435130 The class is now unified and shared across Arc and Web Apps. A publisher creates context menu shortcuts and handles the execution of context menu command kPublisherCommand. Bug: 1140356 Change-Id: I74f61ad1b284d1cff9b657d8636efc143d9304af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2764268 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by: Nancy Wang <nancylingwang@chromium.org> Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#864111}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.