| 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 cf687481137f6780d91afe7e2a093d5c840fa707..d98dce5ad893b05caa2015038cbc61cd0c4e3c11 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
|
| @@ -232,7 +232,7 @@ void GaiaScreenHandler::LoadGaia(const GaiaContext& context) {
|
| base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
|
|
| if (StartupUtils::IsWebviewSigninEnabled()) {
|
| - params.SetBoolean("useMinuteMaid", true);
|
| + params.SetBoolean("useNewGaiaFlow", true);
|
|
|
| policy::BrowserPolicyConnectorChromeOS* connector =
|
| g_browser_process->platform_part()->browser_policy_connector_chromeos();
|
| @@ -248,7 +248,7 @@ void GaiaScreenHandler::LoadGaia(const GaiaContext& context) {
|
| kNewGaiaFlowPath);
|
| }
|
| } else {
|
| - params.SetBoolean("useMinuteMaid", false);
|
| + params.SetBoolean("useNewGaiaFlow", false);
|
| }
|
|
|
| if (!command_line->HasSwitch(::switches::kGaiaUrl) &&
|
|
|