commit | ba74f8161fe7154cd9f3ed5a3bfa8c65bbae48c2 | [log] [tgz] |
---|---|---|
author | Alan Cutter <[email protected]> | Thu Jul 09 05:16:54 2020 |
committer | Commit Bot <[email protected]> | Thu Jul 09 05:16:54 2020 |
tree | 16b28d7deb9e1ac7b2cc9742933d100c1a7bc6ed | |
parent | 2833feb6ae3e429ccbdd3f49ccb5cf6a25b80d79 [diff] |
Avoid "open link in app" menu entries if BrowserAppLauncher() is nullptr This CL refactors the check in RenderViewContextMenu::AppendOpenInWebAppLinkItems() to test BrowserAppLauncher() for nullptr directly rather than testing for incognito profile. This requires updating AppServiceProxy::BrowserAppLauncher() to return a pointer rather than a reference. Bug: 1100255 Change-Id: I0242ea0df9b77428159e8f4b0b9a6eaef4c6f32d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275282 Commit-Queue: Alan Cutter <[email protected]> Auto-Submit: Alan Cutter <[email protected]> Reviewed-by: Avi Drissman <[email protected]> Reviewed-by: Nancy Wang <[email protected]> Cr-Commit-Position: refs/heads/master@{#786638}
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.
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.