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

Unified Diff: chrome/browser/profiles/profile_impl.h

Issue 6248017: Do not use local override for language settings: always sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 11 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/profiles/profile_impl.h
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
index 3f9e53c5214484eb5830f00a232a50a6232e93dc..75314e34d18e91e6fb914d81700a058dec2e6524 100644
--- a/chrome/browser/profiles/profile_impl.h
+++ b/chrome/browser/profiles/profile_impl.h
@@ -129,8 +129,7 @@ class ProfileImpl : public Profile,
virtual policy::ProfilePolicyContext* GetPolicyContext();
#if defined(OS_CHROMEOS)
- virtual void ChangeApplicationLocale(
- const std::string& locale, bool keep_local);
+ virtual void ChangeApplicationLocale(const std::string& locale);
virtual chromeos::ProxyConfigServiceImpl* GetChromeOSProxyConfigServiceImpl();
virtual void SetupChromeOSEnterpriseExtensionObserver();
#endif // defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698