| 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();
|
| }
|
|
|
|
|