| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 123834258e4eabb30ab21ad3e22baea2a52d6340..8c82b06c72d6fc5df48dbf0ba5e5a893bfc19718 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -648,8 +648,9 @@ const char kEnableGoogleNowIntegration[] = "enable-google-now-integration";
|
| // Enable HTTP/2 draft 04. This is a temporary testing flag.
|
| const char kEnableHttp2Draft04[] = "enable-http2-draft-04";
|
|
|
| -// Enables the inline sign in flow on Chrome desktop.
|
| -const char kEnableInlineSignin[] = "enable-inline-signin";
|
| +// Enables the pure web-based flow for sign in on first run/NTP/wrench menu/
|
| +// settings page.
|
| +const char kEnableWebBasedSignin[] = "enable-web-based-signin";
|
|
|
| // Enables IPv6 support, even if probes suggest that it may not be fully
|
| // supported. Some probes may require internet connections, and this flag will
|
|
|