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

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

Issue 1033513002: cros: Update new Gaia path to embedded/setup/chromeos. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 426d206caa17174b4c90171a90fa25f0ff7725c4..abe629097f3454ef2f26735bb43e38fa0464ed32 100644
--- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc
@@ -57,7 +57,7 @@ const char kAuthIframeParentOrigin[] =
const char kGaiaSandboxUrlSwitch[] = "gaia-sandbox-url";
// TODO(rsorokin): Move this to the proper file.
-const char kMinuteMaidPath[] = "ChromeOsEmbeddedSetup";
+const char kNewGaiaFlowPath[] = "embedded/setup/chromeos";
void UpdateAuthParams(base::DictionaryValue* params,
bool has_users,
@@ -245,7 +245,7 @@ void GaiaScreenHandler::LoadGaia(const GaiaContext& context) {
GaiaUrls::GetInstance()->oauth2_chrome_client_id());
if (!command_line->HasSwitch(switches::kGaiaEndpointChromeOS)) {
command_line->AppendSwitchASCII(switches::kGaiaEndpointChromeOS,
- kMinuteMaidPath);
+ kNewGaiaFlowPath);
}
} else {
params.SetBoolean("useMinuteMaid", false);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698