| commit | ca36e6a673bf12bda7f483dec8e850534494173f | [log] [tgz] |
|---|---|---|
| author | Keigo Oka <oka@google.com> | Tue Aug 26 23:06:45 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 26 23:06:45 2025 |
| tree | 0bb43db738ba41e27d697ebaa4a59b87f9aab17c | |
| parent | 5b3004e28a22f16066d0d2c4b85099dca8d708bf [diff] |
Add a cross-platform way to get the active tab and enable a test This CL introduces a helper function `chrome_test_utils::GetActiveTab` to centralize the logic for getting the active tab in platform browser tests. The new function is used in `extension_settings_browsertest.cc` to enable a test case that was previously disabled on Android. Bug: 439448148 Change-Id: Id55a913f99681851471eeb4eb7d3b9beb47d1558 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6857299 Auto-Submit: Keigo Oka <oka@chromium.org> Reviewed-by: Erik Chen <erikchen@chromium.org> Commit-Queue: Keigo Oka <oka@chromium.org> Cr-Commit-Position: refs/heads/main@{#1506825}
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.