Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(659)

Unified Diff: components/signin/core/common/profile_management_switches.h

Issue 2939443004: Load credentials on desktop even when there is no authenticated account ID. (Closed)
Patch Set: Unit test Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/signin/core/common/profile_management_switches.h
diff --git a/components/signin/core/common/profile_management_switches.h b/components/signin/core/common/profile_management_switches.h
index da81c7aa53e5ff01fcac96366a16f9474f4c79d9..ed6487d3e0e8077a7a8c51f967a6dbab60fa43f1 100644
--- a/components/signin/core/common/profile_management_switches.h
+++ b/components/signin/core/common/profile_management_switches.h
@@ -28,9 +28,12 @@ AccountConsistencyMethod GetAccountConsistencyMethod();
// Checks whether Mirror account consistency is enabled. If enabled, the account
// management UI is available in the avatar bubble.
-// DEPRECATED: Use GetAccountConsistencyMethod() instead.
bool IsAccountConsistencyMirrorEnabled();
+// Checks whether Dice account consistency is enabled. If enabled, then account
+// management UI is available on the Gaia webpages.
+bool IsAccountConsistencyDiceEnabled();
+
// Whether the chrome.identity API should be multi-account.
bool IsExtensionsMultiAccount();

Powered by Google App Engine
This is Rietveld 408576698