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

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

Issue 2578873003: Remove certificate reporting code from SafeBrowsing ping and ui managers (Closed)
Patch Set: Rebase Created 4 years 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 | « chrome/browser/safe_browsing/ping_manager_unittest.cc ('k') | chrome/browser/safe_browsing/ui_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/ui_manager.h
diff --git a/chrome/browser/safe_browsing/ui_manager.h b/chrome/browser/safe_browsing/ui_manager.h
index d057dfeb95303c522026705c61efac61e1b67d5e..1f84cb76a6eb85bbac7ca95bd6923d42752f35e0 100644
--- a/chrome/browser/safe_browsing/ui_manager.h
+++ b/chrome/browser/safe_browsing/ui_manager.h
@@ -64,11 +64,6 @@ class SafeBrowsingUIManager : public BaseSafeBrowsingUIManager {
void MaybeReportSafeBrowsingHit(
const safe_browsing::HitReport& hit_report) override;
- // Report an invalid TLS/SSL certificate chain to the server. Can only
- // be called on UI thread.
- void ReportInvalidCertificateChain(const std::string& serialized_report,
- const base::Closure& callback);
-
// Report permission action to SafeBrowsing servers. Can only be called on UI
// thread.
void ReportPermissionAction(const PermissionReportInfo& report_info);
@@ -90,10 +85,6 @@ class SafeBrowsingUIManager : public BaseSafeBrowsingUIManager {
friend class SafeBrowsingUIManagerTest;
friend class TestSafeBrowsingUIManager;
- // Sends an invalid certificate chain report over the network.
- void ReportInvalidCertificateChainOnIOThread(
- const std::string& serialized_report);
-
// Report permission action to SafeBrowsing servers.
void ReportPermissionActionOnIOThread(
const PermissionReportInfo& report_info);
« no previous file with comments | « chrome/browser/safe_browsing/ping_manager_unittest.cc ('k') | chrome/browser/safe_browsing/ui_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698