Index: chrome/browser/profiles/profile_impl.h |
diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h |
index 0934dbb9a61106d69312d756be8a9c96c12cd08c..489181dd29c33527cd65ac2ff4b173e04dde1588 100644 |
--- a/chrome/browser/profiles/profile_impl.h |
+++ b/chrome/browser/profiles/profile_impl.h |
@@ -135,7 +135,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 +296,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 |