| commit | 0716c97646520d22df3477503ad615b046925b51 | [log] [tgz] |
|---|---|---|
| author | Elie Maamari <emaamari@google.com> | Mon Apr 28 12:34:02 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 28 12:34:02 2025 |
| tree | 0fa6e6dbe2f6ce1e218d96b502ff533d37e4fbed | |
| parent | f37f22d2073bed54e4c8715da2ded65bc27c7a0d [diff] |
Fix SignInErrorNotifierTest with UseTokenHandleStore feature enabled With `TokenHandleStore` being a global singleton, we need proper handling for test TearDown. Since `SigninErrorNotifier` depends on `TokenHandleStore`, we need to make sure that we destroy the global `TokenHandleStore` instance after `SignErrorNotifier` gets `Shutdown` for a given profile. Bug: b:383733245 Change-Id: I1da2ffbc211b2c856426ab0cc7812b4271d41ecc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6458815 Reviewed-by: Kush Sinha <sinhak@chromium.org> Commit-Queue: Elie Maamari <emaamari@google.com> Cr-Commit-Position: refs/heads/main@{#1452548}
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.