| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 1505d2296a9c6009ffef4d497de01ffadf31a3f1..53e0485f7287d5ea5a05e7ed1a9a7edc0c4f12d4 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1476,15 +1476,6 @@ void ProfileImpl::ChangeAppLocale(
|
| local_state->ScheduleSavePersistentPrefs();
|
| }
|
|
|
| -chromeos::ProxyConfigServiceImpl*
|
| - ProfileImpl::GetChromeOSProxyConfigServiceImpl() {
|
| - if (!chromeos_proxy_config_service_impl_) {
|
| - chromeos_proxy_config_service_impl_ =
|
| - new chromeos::ProxyConfigServiceImpl();
|
| - }
|
| - return chromeos_proxy_config_service_impl_;
|
| -}
|
| -
|
| void ProfileImpl::SetupChromeOSEnterpriseExtensionObserver() {
|
| DCHECK(!chromeos_enterprise_extension_observer_.get());
|
| chromeos_enterprise_extension_observer_.reset(
|
|
|