| Index: net/proxy/proxy_service.h
|
| diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
|
| index 232a944a173c3362ec413359774436f21a584eea..533cc157c4b47563e39609d723f259058b492436 100644
|
| --- a/net/proxy/proxy_service.h
|
| +++ b/net/proxy/proxy_service.h
|
| @@ -363,7 +363,9 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
|
| NetworkDelegate* network_delegate,
|
| ProxyInfo* result,
|
| int result_code,
|
| - const BoundNetLog& net_log);
|
| + const BoundNetLog& net_log,
|
| + base::TimeTicks start_time,
|
| + bool script_executed);
|
|
|
| // Start initialization using |fetched_config_|.
|
| void InitializeUsingLastFetchedConfig();
|
|
|