commit | f53712deb8b6cb56e90a9de87b7ed9a00dbe1c1d | [log] [tgz] |
---|---|---|
author | Achuith Bhandarkar <achuith@chromium.org> | Tue Aug 05 20:21:37 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 05 20:21:37 2025 |
tree | 389c45837c7e0655963cd639f3f3676ccebb634e | |
parent | 008b82f01bb0c8da7ddb05b631d63ef1ad2c9bf9 [diff] |
extensions: Replace GetActiveWebContents 1/5 Replace browser()->tab_strip_model()->GetActiveWebContents() with GetActiveWebContents(). Also remove the tab_strip_model.h include where possible. Also remove unnecessary functions. Patch 1 of 5 Bug: 371324825 Change-Id: I3b441c568e2f739405c7c4ccb354c4091d66c371 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6820241 Reviewed-by: James Cook <jamescook@chromium.org> Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/main@{#1497141}
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.