commit | 4d0c992f9516f95bad9476b88c87451ec91f94db | [log] [tgz] |
---|---|---|
author | Dmitry Vykochko <vykochko@google.com> | Fri Mar 08 13:49:56 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 08 13:49:56 2024 |
tree | b56bdae1bec3132a41848fe7bbfef1b69cc73239 | |
parent | 0f14be643b5e1b7ef83b9d0bd4f2cacf5f8c0d4f [diff] |
Move specifying the bubble view type outside class instance. No functional changes, this CL just removes another usage of `IsSaveBubble()` inside class instance methods. It introduces a factory property to create and show a bubble, the property is set externally as a part of the setup and show call. Bug: 325440757 Change-Id: If349bdcdeb8c06daca895661bb5035e7447e5128 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5352622 Reviewed-by: Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Dmitry Vykochko <vykochko@google.com> Cr-Commit-Position: refs/heads/main@{#1270150}
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.