Index: chrome/browser/profiles/profile.cc |
diff --git a/chrome/browser/profiles/profile.cc b/chrome/browser/profiles/profile.cc |
index dc98fcf67bf820c347f259a7747f61ee5be4bd88..0aa92675bb5912e0a1f292ff9e36958a5c25c3bc 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(); |
} |