Index: chrome/browser/profiles/profile.h |
diff --git a/chrome/browser/profiles/profile.h b/chrome/browser/profiles/profile.h |
index 61db6b812aadbe647572e0ed1339cc89457d56e3..f6a01373b712946164098865de5c0ad17ffe8e9d 100644 |
--- a/chrome/browser/profiles/profile.h |
+++ b/chrome/browser/profiles/profile.h |
@@ -520,16 +520,11 @@ class Profile { |
virtual void ChangeAppLocale( |
const std::string& locale, AppLocaleChangedVia via) = 0; |
- // Returns ChromeOS's ProxyConfigServiceImpl, creating if not yet created. |
- virtual chromeos::ProxyConfigServiceImpl* |
- GetChromeOSProxyConfigServiceImpl() = 0; |
- |
// Creates ChromeOS's EnterpriseExtensionListener. |
virtual void SetupChromeOSEnterpriseExtensionObserver() = 0; |
// Initializes Chrome OS's preferences. |
virtual void InitChromeOSPreferences() = 0; |
- |
#endif // defined(OS_CHROMEOS) |
// Returns the helper object that provides the proxy configuration service |