Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: chromeos/network/proxy/proxy_config_service_impl.h

Issue 2946153002: Fix chromeos::ProxyConfigService starting with the wrong ProxyConfig. (Closed)
Patch Set: Remove incorrect comment Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/network/proxy/proxy_config_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chromeos/BUILD.gn ('k') | chromeos/network/proxy/proxy_config_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698