Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(554)

Unified Diff: net/url_request/certificate_report_sender.h

Issue 1267383002: Allow preloaded pins to contain report URIs; remove special-case reporting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase fixup Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/net.gypi ('k') | net/url_request/certificate_report_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/url_request/certificate_report_sender.h
diff --git a/net/url_request/certificate_report_sender.h b/net/url_request/certificate_report_sender.h
index dac8a57aadacaeaebc7aa67feaca530a4dffa503..0f247c3e4e20dbccd9e520c20a1072a9734c5e1b 100644
--- a/net/url_request/certificate_report_sender.h
+++ b/net/url_request/certificate_report_sender.h
@@ -49,15 +49,6 @@ class NET_EXPORT CertificateReportSender
void OnReadCompleted(URLRequest* request, int bytes_read) override;
private:
- // Creates a URLRequest with which to send a certificate report to the
- // server.
- //
- // TODO(estark): inline this into Send() once
- // ChromeFraudulentCertificateReporter goes away.
- virtual scoped_ptr<URLRequest> CreateURLRequest(
- net::URLRequestContext* context,
- const GURL& report_uri);
-
net::URLRequestContext* const request_context_;
CookiesPreference cookies_preference_;
« no previous file with comments | « net/net.gypi ('k') | net/url_request/certificate_report_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698