| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index 5c7e003eb75dda013aa1206e3083b2028a489608..ec9143f5a91ed9553ed9df0ede9e45e1549a8da4 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -111,7 +111,6 @@
|
| #include "chrome/browser/password_manager/password_store_mac.h"
|
| #elif defined(OS_CHROMEOS)
|
| #include "chrome/browser/chromeos/enterprise_extension_observer.h"
|
| -#include "chrome/browser/chromeos/proxy_config_service_impl.h"
|
| #elif defined(OS_POSIX) && !defined(OS_CHROMEOS)
|
| #include "base/nix/xdg_util.h"
|
| #if defined(USE_GNOME_KEYRING)
|
| @@ -1476,15 +1475,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(
|
|
|