diff options
Diffstat (limited to 'net/url_request/https_prober.cc')
-rw-r--r-- | net/url_request/https_prober.cc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/url_request/https_prober.cc b/net/url_request/https_prober.cc index a7163ba..d69eaf3 100644 --- a/net/url_request/https_prober.cc +++ b/net/url_request/https_prober.cc @@ -9,6 +9,12 @@ namespace net { +HTTPSProber::HTTPSProber() { +} + +HTTPSProber::~HTTPSProber() { +} + bool HTTPSProber::HaveProbed(const std::string& host) const { return probed_.find(host) != probed_.end(); } |