commit | dfa78458767d576c750b7eaf86d17cab74bd9571 | [log] [tgz] |
---|---|---|
author | Mahmoud Rashad <mmrashad@google.com> | Mon Sep 30 11:32:16 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 30 11:32:16 2024 |
tree | b0c9da4fd3a495f175fd5e1b918708a49df4c825 | |
parent | 5bda538f999612a0c506a87f9ebfdfe269fb2d74 [diff] |
Suppress the signout snackbar upon signing out from the settings panel Currently the signout snackbar that should be shown upon signing out from the settings panel is not actually shown from the SignOutCoordinator because of crbug.com/343933167, instead a workaround was implemented for that https://crrev.com/c/5575069. This CL stops showing the signout snackbar from the SignOutCoordinator upon signing out from the settings panel to avoid having two snackbars stacked on top of each others for mellisceonds. Bug: 361747614 Change-Id: I310050fcf069bb3ad0650cadcfea1edea07ec804 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5878617 Reviewed-by: Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Mahmoud Rashad <mmrashad@google.com> Cr-Commit-Position: refs/heads/main@{#1361734}
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.