| Index: chrome/browser/chromeos/login/login_performer.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/login/login_performer.cc (revision 95884)
|
| +++ chrome/browser/chromeos/login/login_performer.cc (working copy)
|
| @@ -52,7 +52,7 @@
|
| auth_mode_(AUTH_MODE_INTERNAL),
|
| using_oauth_(
|
| CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kWebUIGaiaLogin) &&
|
| + switches::kWebUILogin) &&
|
| !CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kSkipOAuthLogin)),
|
| method_factory_(this) {
|
|
|