| Index: net/proxy/proxy_script_fetcher_impl.h
|
| diff --git a/net/proxy/proxy_script_fetcher_impl.h b/net/proxy/proxy_script_fetcher_impl.h
|
| index ff57a2886307835f37a88a4c5cdb9611fd683662..29cc7208fa65eb4f094d3eecede1716bea98ce5e 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl.h
|
| +++ b/net/proxy/proxy_script_fetcher_impl.h
|
| @@ -54,7 +54,8 @@ class NET_EXPORT ProxyScriptFetcherImpl : public ProxyScriptFetcher,
|
| virtual void OnAuthRequired(URLRequest* request,
|
| AuthChallengeInfo* auth_info) OVERRIDE;
|
| virtual void OnSSLCertificateError(URLRequest* request, int cert_error,
|
| - X509Certificate* cert) OVERRIDE;
|
| + const SSLInfo& ssl_info,
|
| + bool must_be_fatal) OVERRIDE;
|
| virtual void OnResponseStarted(URLRequest* request) OVERRIDE;
|
| virtual void OnReadCompleted(URLRequest* request, int num_bytes) OVERRIDE;
|
|
|
|
|