diff options
Diffstat (limited to 'net/url_request/https_prober.cc')
-rw-r--r-- | net/url_request/https_prober.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/url_request/https_prober.cc b/net/url_request/https_prober.cc index bc7ba04..de0dc9b 100644 --- a/net/url_request/https_prober.cc +++ b/net/url_request/https_prober.cc @@ -23,7 +23,8 @@ bool HTTPSProber::InFlight(const std::string& host) const { return inflight_probes_.find(host) != inflight_probes_.end(); } -bool HTTPSProber::ProbeHost(const std::string& host, URLRequestContext* ctx, +bool HTTPSProber::ProbeHost(const std::string& host, + const URLRequestContext* ctx, HTTPSProberDelegate* delegate) { if (HaveProbed(host) || InFlight(host)) { return false; |