| Index: chromeos/network/proxy/proxy_config_service_impl.h
|
| diff --git a/chromeos/network/proxy/proxy_config_service_impl.h b/chromeos/network/proxy/proxy_config_service_impl.h
|
| index b5ebc95936b5bcd3d121c4e3da5db35f41414c34..01fc3835b4da0284b5a92f72bfdff07601111011 100644
|
| --- a/chromeos/network/proxy/proxy_config_service_impl.h
|
| +++ b/chromeos/network/proxy/proxy_config_service_impl.h
|
| @@ -84,13 +84,6 @@ class CHROMEOS_EXPORT ProxyConfigServiceImpl
|
| // hence, picked up by observers.
|
| void DetermineEffectiveConfigFromDefaultNetwork();
|
|
|
| - // State of |active_config_|. |active_config_| is only valid if
|
| - // |active_config_state_| is not ProxyPrefs::CONFIG_UNSET.
|
| - ProxyPrefs::ConfigState active_config_state_;
|
| -
|
| - // Active proxy configuration, which could be from prefs or network.
|
| - net::ProxyConfig active_config_;
|
| -
|
| // Track changes in profile preferences: UseSharedProxies and
|
| // OpenNetworkConfiguration.
|
| PrefChangeRegistrar profile_pref_registrar_;
|
|
|