summaryrefslogtreecommitdiffstats
path: root/net/proxy/proxy_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/proxy/proxy_service.h')
-rw-r--r--net/proxy/proxy_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
index 4324e40..715a9c2 100644
--- a/net/proxy/proxy_service.h
+++ b/net/proxy/proxy_service.h
@@ -176,7 +176,7 @@ class ProxyService : public base::RefCountedThreadSafe<ProxyService> {
// Checks to see if the proxy configuration changed, and then updates config_
// to reference the new configuration.
- void UpdateConfig();
+ void UpdateConfig(LoadLog* load_log);
// Assign |config| as the current configuration.
void SetConfig(const ProxyConfig& config);
@@ -186,7 +186,7 @@ class ProxyService : public base::RefCountedThreadSafe<ProxyService> {
void StartInitProxyResolver();
// Tries to update the configuration if it hasn't been checked in a while.
- void UpdateConfigIfOld();
+ void UpdateConfigIfOld(LoadLog* load_log);
// Returns true if the proxy resolver is being initialized for PAC
// (downloading PAC script(s) + testing).