| Index: chrome/browser/chromeos/login/parallel_authenticator.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/parallel_authenticator.cc (revision 95884)
|
| +++ chrome/browser/chromeos/login/parallel_authenticator.cc (working copy)
|
| @@ -60,7 +60,7 @@
|
| checked_for_localaccount_(false),
|
| using_oauth_(
|
| CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kWebUIGaiaLogin) &&
|
| + switches::kWebUILogin) &&
|
| !CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kSkipOAuthLogin)) {
|
| CHECK(chromeos::CrosLibrary::Get()->EnsureLoaded());
|
|
|