| 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..3538d089862e79ebb88e411374242cd034e007fd 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 ChangeAppLocale(const std::string& locale, AppLocaleChangedVia);
|
| virtual chromeos::ProxyConfigServiceImpl* GetChromeOSProxyConfigServiceImpl();
|
| virtual void SetupChromeOSEnterpriseExtensionObserver();
|
| #endif // defined(OS_CHROMEOS)
|
|
|