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