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

Unified Diff: chrome/browser/about_flags.cc

Issue 1344443002: Implement new password separated sign in flow for chrome desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 3 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c3b1546a6a4c4741b8914cd8c140fca6fcee2406..90f5da9bf9264a71cb8e71c0c1aa50846426b99b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1368,6 +1368,12 @@ const Experiment kExperiments[] = {
IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_DESCRIPTION,
kOsMac | kOsWin | kOsLinux,
SINGLE_VALUE_TYPE(switches::kEnableIframeBasedSignin)},
+ {"enable-new-gaia-signin-flow",
+ IDS_FLAGS_ENABLE_NEW_GAIA_SIGNIN_FLOW_NAME,
+ IDS_FLAGS_ENABLE_NEW_GAIA_SIGNIN_FLOW_DESCRIPTION,
+ kOsWin | kOsLinux,
anthonyvd 2015/09/15 18:13:47 No Mac because this only includes the views implem
Roger Tawa OOO till Jul 10th 2015/09/16 19:27:29 Correct.
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableNewGaiaSigninFlow,
+ switches::kDisableNewGaiaSigninFlow)},
{"enable-google-profile-info",
IDS_FLAGS_ENABLE_GOOGLE_PROFILE_INFO_NAME,
IDS_FLAGS_ENABLE_GOOGLE_PROFILE_INFO_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698