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

Unified Diff: chrome/browser/about_flags.cc

Issue 795873004: Enable webview-based sign-in to chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Put back old value and label in histograms Created 5 years, 11 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 | « chrome/app/generated_resources.grd ('k') | components/signin/core/common/profile_management_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 713f97b545ee5e6ce29fecefc0bb3579436fe104..96d6358ba32396c6cf95b299244c6dbe523630c0 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1413,11 +1413,11 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableWebBasedSignin)
},
{
- "enable-webview-based-signin",
- IDS_FLAGS_ENABLE_WEBVIEW_BASED_SIGNIN_NAME,
- IDS_FLAGS_ENABLE_WEBVIEW_BASED_SIGNIN_DESCRIPTION,
+ "enable-iframe-based-signin",
+ IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_NAME,
+ IDS_FLAGS_ENABLE_IFRAME_BASED_SIGNIN_DESCRIPTION,
kOsMac | kOsWin | kOsLinux,
- SINGLE_VALUE_TYPE(switches::kEnableWebviewBasedSignin)
+ SINGLE_VALUE_TYPE(switches::kEnableIframeBasedSignin)
},
{
"enable-google-profile-info",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | components/signin/core/common/profile_management_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698