Index: chrome/browser/chromeos/login/login_utils.h |
diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h |
index 5ca46bb54b1738ee5b369f08ed42c21d0108ba8f..f7160bd13da631d4a154dd2224828513d89b1f51 100644 |
--- a/chrome/browser/chromeos/login/login_utils.h |
+++ b/chrome/browser/chromeos/login/login_utils.h |
@@ -54,10 +54,6 @@ class LoginUtils { |
virtual ~LoginUtils() {} |
- // Switch to the locale that |profile| wishes to use and invoke |callback|. |
- virtual void RespectLocalePreference(Profile* profile, |
- const base::Closure& callback) = 0; |
- |
// Thin wrapper around StartupBrowserCreator::LaunchBrowser(). Meant to be |
// used in a Task posted to the UI thread. Once the browser is launched the |
// login host is deleted. |