| Index: net/proxy/proxy_service.h
|
| diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
|
| index 8a161eaa36eafdd8b0bf3cfb415a773350785f26..ba56f4d67d2dbff153957cfacc5bce5bd881cd87 100644
|
| --- a/net/proxy/proxy_service.h
|
| +++ b/net/proxy/proxy_service.h
|
| @@ -193,6 +193,8 @@ class ProxyService : public base::RefCountedThreadSafe<ProxyService>,
|
|
|
| // Creates a proxy service that uses a DIRECT connection for all requests.
|
| static ProxyService* CreateDirect();
|
| + // |net_log|'s lifetime must exceed ProxyService.
|
| + static ProxyService* CreateDirectWithNetLog(NetLog* net_log);
|
|
|
| // This method is used by tests to create a ProxyService that returns a
|
| // hardcoded proxy fallback list (|pac_string|) for every URL.
|
|
|