Chromium Code Reviews

Unified Diff: net/url_request/https_prober.cc

Issue 3412016: FBTF: Move a bunch of code to the headers and remove includes. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Rebase + fixed windows issues locally Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « net/url_request/https_prober.h ('k') | net/url_request/url_request_data_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/https_prober.cc
diff --git a/net/url_request/https_prober.cc b/net/url_request/https_prober.cc
index a7163ba5b758b71b28705809a5f3e503cbab9005..d69eaf3a22b3c8108893d9c792bc9a955a4591e4 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();
}
« no previous file with comments | « net/url_request/https_prober.h ('k') | net/url_request/url_request_data_job.h » ('j') | no next file with comments »

Powered by Google App Engine