| Index: chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
|
| index 3c67a109027c7ab88fec7742b5a7b2036b29f94a..5429b982fe191e7bbdee4934edbcb06082b712fe 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
|
| @@ -245,6 +245,8 @@ void GaiaScreenHandler::LoadGaia(const GaiaContext& context) {
|
| command_line->AppendSwitchASCII(switches::kGaiaEndpointChromeOS,
|
| kMinuteMaidPath);
|
| }
|
| + } else {
|
| + params.SetBoolean("useMinuteMaid", false);
|
| }
|
|
|
| if (!command_line->HasSwitch(::switches::kGaiaUrl) &&
|
|
|