Index: chrome/browser/chromeos/login/login_utils.cc |
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc |
index 4c4500c886ed0f836e0fdd3cfa87aa2d0c89fe44..250b58a5746234b75d58357145c7abeab0a86704 100644 |
--- a/chrome/browser/chromeos/login/login_utils.cc |
+++ b/chrome/browser/chromeos/login/login_utils.cc |
@@ -184,8 +184,6 @@ class LoginUtilsImpl : public LoginUtils, |
} |
// LoginUtils implementation: |
- virtual void RespectLocalePreference(Profile* profile, |
- const base::Closure& callback) override; |
virtual void DoBrowserLaunch(Profile* profile, |
LoginDisplayHost* login_host) override; |
virtual void PrepareProfile( |
@@ -211,6 +209,10 @@ class LoginUtilsImpl : public LoginUtils, |
LoginDisplayHost* login_host, |
bool locale_pref_checked); |
+ // Switch to the locale that |profile| wishes to use and invoke |callback|. |
+ virtual void RespectLocalePreference(Profile* profile, |
+ const base::Closure& callback); |
+ |
static void RunCallbackOnLocaleLoaded( |
const base::Closure& callback, |
InputEventsBlocker* input_events_blocker, |