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

Unified Diff: components/proxy_config/pref_proxy_config_tracker_impl.h

Issue 2950573002: Fix chromeos::ProxyConfigServiceImpl not setting ProxyConfig on start. (Closed)
Patch Set: Oops 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
Index: components/proxy_config/pref_proxy_config_tracker_impl.h
diff --git a/components/proxy_config/pref_proxy_config_tracker_impl.h b/components/proxy_config/pref_proxy_config_tracker_impl.h
index d8a22f6793fdff791a26233c7a30b1d0274ed8bf..850b241544b220c0b8e5c89b4bcc60cc744235ff 100644
--- a/components/proxy_config/pref_proxy_config_tracker_impl.h
+++ b/components/proxy_config/pref_proxy_config_tracker_impl.h
@@ -149,7 +149,6 @@ class PROXY_CONFIG_EXPORT PrefProxyConfigTrackerImpl
void OnProxyPrefChanged();
const PrefService* prefs() const { return pref_service_; }
- bool update_pending() const { return update_pending_; }
private:
// Tracks configuration state. |pref_config_| is valid only if |config_state_|
@@ -161,7 +160,6 @@ class PROXY_CONFIG_EXPORT PrefProxyConfigTrackerImpl
PrefService* pref_service_;
ProxyConfigServiceImpl* proxy_config_service_impl_; // Weak ptr.
- bool update_pending_; // True if config has not been pushed to network stack.
PrefChangeRegistrar proxy_prefs_;
scoped_refptr<base::SingleThreadTaskRunner> io_task_runner_;
« no previous file with comments | « chromeos/network/proxy/proxy_config_service_impl.cc ('k') | components/proxy_config/pref_proxy_config_tracker_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698