commit | 0e73c5783932b5ba1686136f4a6ee45b36b5a00e | [log] [tgz] |
---|---|---|
author | dljames <dljames@chromium.org> | Wed May 07 22:56:18 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 07 22:56:18 2025 |
tree | 6c76f59a36ef1acff7a5a5b62bf44116f9c86245 | |
parent | 77270bafe553816c2de6e3f271d2aed89424e16f [diff] |
Remove chrome::FindBrowserWithTab from app_service/launch_utils.cc Removes usage of chrome::FindBrowserWithTab (an error prone API). In order to do this we must add a const version of TabInterface::GetBrowserWindowInterface() and propagate the const-ness into Browser::GetSessionID(). See comments in chrome/browser/ui/browser_finder.h for more details. Change-Id: Ibb7a966c0860f7647853aea2cbd71e1578ef8f5e Bug: 413550537 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6503354 Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Darryl James <dljames@chromium.org> Cr-Commit-Position: refs/heads/main@{#1457309}
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.