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

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

Issue 437013002: Make signin_scoped_device_id enabled by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
« no previous file with comments | « components/signin/core/common/signin_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f8be40cf98fd05c02421c52564d19048956203b3..f1fd6b24e605f1aa918b10f25f37cbdcf873bb1d 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -16,15 +16,15 @@ const char kDisableAccountConsistency[] = "disable-account-consistency";
// Disables new profile management system, including new profile chooser UI.
const char kDisableNewProfileManagement[] = "disable-new-profile-management";
+// Disable sending signin scoped device id to LSO with refresh token request.
+const char kDisableSigninScopedDeviceId[] = "disable-signin-scoped-device-id";
+
// Enables consistent identity features.
const char kEnableAccountConsistency[] = "enable-account-consistency";
// Enables new profile management system, including new profile chooser UI.
const char kEnableNewProfileManagement[] = "new-profile-management";
-// Enable sending signin scopde device id to LSO with refresh token request.
-const char kEnableSigninScopedDeviceId[] = "enable-signin-scoped-device-id";
-
// Enables the pure web-based flow for sign in on first run/NTP/wrench menu/
// settings page.
const char kEnableWebBasedSignin[] = "enable-web-based-signin";
« no previous file with comments | « components/signin/core/common/signin_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698