commit | 714cd9a2525aeace0f6f8688933b3595bbf12875 | [log] [tgz] |
---|---|---|
author | Takumi Fujimoto <takumif@chromium.org> | Wed Jun 23 23:12:24 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 23 23:12:24 2021 |
tree | e1d689e46395f0aba1999b177a7ed494532970d2 | |
parent | 94dc02183f9067c6382005701e4bcf6e16009a2b [diff] |
Make Media Router not depend on ENABLE_EXTENSIONS Previously, Media Router was not enabled when extensions were not, because it depended on the Media Router component extension. Now that we have removed the extension dependency, this CL enables MR on desktop platforms even when extensions are disabled. A side effect of not depending on the component extension is that you can now cast from a guest profile, which did not have access to the extension (crbug.com/756243). Bug: 1179785, 758080, b/184392261 Change-Id: I949f658fd4882082202ca319f6fbd29193757481 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2832142 Commit-Queue: Takumi Fujimoto <takumif@chromium.org> Reviewed-by: John Williams <jrw@chromium.org> Cr-Commit-Position: refs/heads/master@{#895368}
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.
If you found a bug, please file it at https://crbug.com/new.