commit | 8fabf4159031253cc9adc1166c57e5ec1434b4e2 | [log] [tgz] |
---|---|---|
author | Brandon Wylie <wylieb@chromium.org> | Tue Sep 17 19:45:05 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 17 19:45:05 2024 |
tree | 43e5644db9172a38a2a5b44dfae5892859763218 | |
parent | 457302e2d7e3c3147bc82fc8a421d0de9fbb044f [diff] |
[hub] Refactor OpenTabProvider to work with Android Refactor the #GetOpenTabs method to work with TabWrapper instead of WebContents. Any platform can produce this struct and start getting results from OpenTabProvider. This doesn't affect the existing Android behavior for TabMatcher, which still returns tab matches for other provider suggestions. Bug: 364305835 Change-Id: I59797acce4e4d5e3129053d37091da00ecb333c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5858568 Reviewed-by: Patrick Noland <pnoland@chromium.org> Commit-Queue: Brandon Wylie <wylieb@google.com> Cr-Commit-Position: refs/heads/main@{#1356668}
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.