commit | 5353fe504b1d43b8f4772621e4d87cabccf929aa | [log] [tgz] |
---|---|---|
author | Calder Kitagawa <ckitagawa@chromium.org> | Sat Mar 22 01:58:17 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Mar 22 01:58:17 2025 |
tree | 3a5e114ed8e8cae15ee0f0d1033ea452d19201d5 | |
parent | 91aeaaa4957354255a2a73fc1dc1f570a3db8d02 [diff] |
[Tab Collections] Move TabInterface to tab_collections/ Move tab_interface.h to tab_collections/. TabInterface will soon be shared with Android to facilitate sharing TabCollections. Some functionality of TabInterface is not applicable on Android so it is disabled via buildflags. Bug: 404296389 Change-Id: I5371780863c3641db28400c6fb9bfc65c0737154 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6371930 Reviewed-by: Shibalik Mohapatra <shibalik@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Auto-Submit: Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1436401}
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.