diff options
Diffstat (limited to 'chrome/browser/about_flags.cc')
-rw-r--r-- | chrome/browser/about_flags.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc index 692521aa..713f3c1 100644 --- a/chrome/browser/about_flags.cc +++ b/chrome/browser/about_flags.cc @@ -2193,6 +2193,13 @@ const Experiment kExperiments[] = { kOsCrOS, SINGLE_VALUE_TYPE(chromeos::switches::kDisableTimeZoneTrackingOption) }, + { + "disable-webview-signin-flow", + IDS_FLAGS_DISABLE_WEBVIEW_SIGNIN_FLOW_NAME, + IDS_FLAGS_DISABLE_WEBVIEW_SIGNIN_FLOW_DESCRIPTION, + kOsCrOS, + SINGLE_VALUE_TYPE(chromeos::switches::kDisableWebviewSigninFlow) + }, #endif // defined(OS_CHROMEOS) { "enable-data-reduction-proxy-lo-fi", |