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

Unified Diff: chrome/browser/about_flags.cc

Issue 120343004: Reland r242290, r241609, r242134. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index e2804ab0f3b09a84880553d46726e2bc9ec75d75..ae1a6f23d82692d4e55f1a9278d58ce86835f52f 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1689,11 +1689,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kNewProfileManagement)
},
{
- "enable-inline-signin",
- IDS_FLAGS_ENABLE_INLINE_SIGNIN_NAME,
- IDS_FLAGS_ENABLE_INLINE_SIGNIN_DESCRIPTION,
+ "enable-web-based-signin",
+ IDS_FLAGS_ENABLE_WEB_BASED_SIGNIN_NAME,
+ IDS_FLAGS_ENABLE_WEB_BASED_SIGNIN_DESCRIPTION,
kOsMac | kOsWin | kOsLinux,
- SINGLE_VALUE_TYPE(switches::kEnableInlineSignin)
+ SINGLE_VALUE_TYPE(switches::kEnableWebBasedSignin)
},
{
"enable-google-profile-info",

Powered by Google App Engine
This is Rietveld 408576698