commit | e287bab0c15dc688d9604f9e43993ccd3b217adf | [log] [tgz] |
---|---|---|
author | Takumi Fujimoto <takumif@chromium.org> | Thu Jun 10 06:19:57 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 10 06:19:57 2021 |
tree | d6596c2174cb3f58ee8b7552498d32a99e6990f2 | |
parent | 8a50f6cda07b6bad948b14479b3aa0362bab767b [diff] |
Stop loading the Media Router component extension We no longer use the component extension so it can now be removed. Although this CL does not explicitly uninstall the extension, if the extension is installed, its files get deleted on startup via ExtensionService::CheckExternalUninstall(). Bug: 1179785, b/184392261 Change-Id: I4b04a25b4a1f4e6a2a2c5beda8344079fb94834d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2939731 Reviewed-by: Devlin <rdevlin.cronin@chromium.org> Reviewed-by: mark a. foltz <mfoltz@chromium.org> Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#891110}
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.