commit | 9e49f956094fe6b72c99462d405e5cc2ddacc50c | [log] [tgz] |
---|---|---|
author | Emily Shack <emshack@chromium.org> | Thu Oct 24 20:46:38 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 24 20:46:38 2024 |
tree | 040d68045597a12e7c02b14d440b5db836b59da4 | |
parent | a848b9f2e688c2e431fa0ac9976cdd5a821dc966 [diff] |
Declutter: Ensure a tab is always shown I wasn't able to reproduce the below bug but this should fix two potential causes: * We should never set the pref value for the tab search tab to kNone * If somehow the pref value does get set to kNone, we should fall back on sending a value of kSearch to the WebUI. Bug: 374347727 Change-Id: I881a4d53a5755d02332ffe2799259c54df6cf49f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5962737 Reviewed-by: Shibalik Mohapatra <shibalik@chromium.org> Reviewed-by: Eshwar Stalin <estalin@chromium.org> Commit-Queue: Emily Shack <emshack@chromium.org> Cr-Commit-Position: refs/heads/main@{#1373558}
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.