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

Unified Diff: chrome/browser/safe_browsing/ping_manager.h

Issue 1117173004: Split cert reporter class into report building/serializing and sending (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move //c/b/ssl classes into global namespace Created 5 years, 7 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
Index: chrome/browser/safe_browsing/ping_manager.h
diff --git a/chrome/browser/safe_browsing/ping_manager.h b/chrome/browser/safe_browsing/ping_manager.h
index 28c536ce0228c60046659cffec1a11b5ccb6a0ff..7a62b23a26c9806b7b3e486f1a109bc9a986ab5b 100644
--- a/chrome/browser/safe_browsing/ping_manager.h
+++ b/chrome/browser/safe_browsing/ping_manager.h
@@ -56,8 +56,7 @@ class SafeBrowsingPingManager : public net::URLFetcherDelegate {
// Users can opt-in on the SSL interstitial to send reports of invalid
// certificate chains.
- void ReportInvalidCertificateChain(const std::string& hostname,
- const net::SSLInfo& ssl_info);
+ void ReportInvalidCertificateChain(const std::string& serialized_report);
void SetCertificateErrorReporterForTesting(scoped_ptr<
chrome_browser_net::CertificateErrorReporter> certificate_error_reporter);

Powered by Google App Engine
This is Rietveld 408576698