Index: net/proxy/proxy_service.h |
diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h |
index 5b22b3e10533d7e17c95055e892b3aea048be0f2..3e87bc8c970757acce29a08f9cacd362c9d02f5f 100644 |
--- a/net/proxy/proxy_service.h |
+++ b/net/proxy/proxy_service.h |
@@ -292,8 +292,7 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver, |
// Creates a config service appropriate for this platform that fetches the |
// system proxy settings. |
static std::unique_ptr<ProxyConfigService> CreateSystemProxyConfigService( |
- const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner, |
- const scoped_refptr<base::SingleThreadTaskRunner>& file_task_runner); |
+ const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner); |
// This method should only be used by unit tests. |
void set_stall_proxy_auto_config_delay(base::TimeDelta delay) { |