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

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.cc

Issue 327793005: Change google_util::AppendGoogleLocaleParam to take in the application locale (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 6 years, 6 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/chromeos/login/existing_user_controller.cc
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
index 4a4d714a3e486fd1682fe70b4c14490d1d8bad42..b2bdbc6b457ed0003d3324663842e9ed69d693e9 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc
@@ -312,8 +312,8 @@ void ExistingUserController::CancelPasswordChangedFlow() {
void ExistingUserController::CreateAccount() {
content::RecordAction(base::UserMetricsAction("Login.CreateAccount"));
- guest_mode_url_ =
- google_util::AppendGoogleLocaleParam(GURL(kCreateAccountURL));
+ guest_mode_url_ = google_util::AppendGoogleLocaleParam(
+ GURL(kCreateAccountURL), g_browser_process->GetApplicationLocale());
LoginAsGuest();
}
« no previous file with comments | « no previous file | chrome/browser/google/google_util.h » ('j') | chrome/browser/ui/webui/ntp/ntp_resource_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698