Chromium Code Reviews| Index: chrome/browser/profiles/profile_impl.h |
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
| index 92086ede6ac9b85d298aaaf380f4ca059687955d..1d2c1ffdcb0135937dd72c1ffd20bc4d44862309 100644 |
| --- a/chrome/browser/profiles/profile_impl.h |
| +++ b/chrome/browser/profiles/profile_impl.h |
| @@ -27,6 +27,7 @@ class PrefService; |
| #if defined(OS_CHROMEOS) |
| namespace chromeos { |
| class Preferences; |
| +class EnterpriseExtensionObserver; |
|
Mattias Nissler (ping if slow)
2011/02/22 09:58:05
What's this?
battre
2011/03/08 17:38:58
Needed to compile.
|
| } |
| #endif |
| @@ -135,7 +136,6 @@ class ProfileImpl : public Profile, |
| #if defined(OS_CHROMEOS) |
| virtual void ChangeAppLocale(const std::string& locale, AppLocaleChangedVia); |
| - virtual chromeos::ProxyConfigServiceImpl* GetChromeOSProxyConfigServiceImpl(); |
| virtual void SetupChromeOSEnterpriseExtensionObserver(); |
| virtual void InitChromeOSPreferences(); |
| #endif // defined(OS_CHROMEOS) |
| @@ -297,9 +297,6 @@ class ProfileImpl : public Profile, |
| #if defined(OS_CHROMEOS) |
| scoped_ptr<chromeos::Preferences> chromeos_preferences_; |
| - scoped_refptr<chromeos::ProxyConfigServiceImpl> |
| - chromeos_proxy_config_service_impl_; |
| - |
| scoped_ptr<chromeos::EnterpriseExtensionObserver> |
| chromeos_enterprise_extension_observer_; |
| #endif |