| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index be29824da375ae8f22f293a9084444bc2566d848..039aa254b8f3494fb62f5d019b6565ac6c9dc4f4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1332,8 +1332,8 @@ const char kMaxSpdyConcurrentStreams[] = "max-spdy-concurrent-streams";
|
| // all of its state.
|
| const char kUserDataDir[] = "user-data-dir";
|
|
|
| -// Uses the GAIA web-based signin flow instead of the native UI signin flow.
|
| -const char kUseWebBasedSigninFlow[] = "use-web-based-signin-flow";
|
| +// Uses the /ClientLogin signin flow instead of the web-based signin flow.
|
| +const char kUseClientLoginSigninFlow[] = "use-client-login-signin-flow";
|
|
|
| // Specifies a custom URL for the server which reports variation data to the
|
| // client. See variations_service.cc.
|
|
|