Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc

Issue 1031833005: Renaming MinuteMaid to NewGaiaFlow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) &&

Powered by Google App Engine
This is Rietveld 408576698