Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index ce29d280cf97538d1ebbc3e4c02b7a0a541c61b9..95c8e2dceb8fbbdb346125985e1172fb7ae9fb95 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -129,6 +129,8 @@ class ProfileImpl : public Profile, |
virtual policy::ProfilePolicyContext* GetPolicyContext(); |
#if defined(OS_CHROMEOS) |
+ virtual void ChangeApplicationLocale( |
+ const std::string& locale, bool dont_sync); |
virtual chromeos::ProxyConfigServiceImpl* GetChromeOSProxyConfigServiceImpl(); |
virtual void SetupChromeOSEnterpriseExtensionObserver(); |
#endif // defined(OS_CHROMEOS) |