| Index: net/proxy/proxy_service.h
|
| diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
|
| index 7b3e5d26491e387242075b0fa478e44a28169760..9de86a70bf68430be927a5682f9a304d5c8b379f 100644
|
| --- a/net/proxy/proxy_service.h
|
| +++ b/net/proxy/proxy_service.h
|
| @@ -169,7 +169,8 @@ class NET_EXPORT ProxyService : public NetworkChangeNotifier::IPAddressObserver,
|
| // Called to report that the last proxy connection succeeded. If |proxy_info|
|
| // has a non empty proxy_retry_info map, the proxies that have been tried (and
|
| // failed) for this request will be marked as bad.
|
| - void ReportSuccess(const ProxyInfo& proxy_info);
|
| + void ReportSuccess(const ProxyInfo& proxy_info,
|
| + NetworkDelegate* network_delegate);
|
|
|
| // Call this method with a non-null |pac_request| to cancel the PAC request.
|
| void CancelPacRequest(PacRequest* pac_request);
|
|
|