Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index b56e449797e4a5dfeac7cfe579289ce36877b93b..65e9d214e5ef476b7e933da6a35c567c38f85374 100644 |
--- a/chrome/browser/profiles/profile.cc |
+++ b/chrome/browser/profiles/profile.cc |
@@ -596,11 +596,6 @@ class OffTheRecordProfileImpl : public Profile, |
} |
#if defined(OS_CHROMEOS) |
- virtual chromeos::ProxyConfigServiceImpl* |
- GetChromeOSProxyConfigServiceImpl() { |
- return profile_->GetChromeOSProxyConfigServiceImpl(); |
- } |
- |
virtual void SetupChromeOSEnterpriseExtensionObserver() { |
profile_->SetupChromeOSEnterpriseExtensionObserver(); |
} |