| 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);
|
|
|