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