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

Unified Diff: components/signin/core/common/signin_switches.cc

Issue 300063005: Add new flag for consistent identity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 7 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/signin_switches.cc
diff --git a/components/signin/core/common/signin_switches.cc b/components/signin/core/common/signin_switches.cc
index 892de989d57c9353996866ef82f346fb35e68f72..e94a2ea20b40d94772fcbf6302ab6408b0186a7b 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -10,6 +10,9 @@ namespace switches {
// expiration of credentials during testing.
const char kClearTokenService[] = "clear-token-service";
+// Enables consistent identity features.
+const char kConsistentIdentity[] = "consistent-identity";
+
// Enables the pure web-based flow for sign in on first run/NTP/wrench menu/
// settings page.
const char kEnableWebBasedSignin[] = "enable-web-based-signin";

Powered by Google App Engine
This is Rietveld 408576698