Index: chrome/browser/ssl/ssl_blocking_page.h |
diff --git a/chrome/browser/ssl/ssl_blocking_page.h b/chrome/browser/ssl/ssl_blocking_page.h |
index 36026b50a8d4104de64e43d768d936476891acc5..7af331a302ef03719a6bb0170782d30e055088e6 100644 |
--- a/chrome/browser/ssl/ssl_blocking_page.h |
+++ b/chrome/browser/ssl/ssl_blocking_page.h |
@@ -14,6 +14,7 @@ |
#include "base/time/time.h" |
#include "chrome/browser/interstitials/security_interstitial_page.h" |
#include "chrome/browser/profiles/profile.h" |
+#include "chrome/browser/ssl/certificate_error_report.h" |
#include "chrome/browser/ssl/ssl_cert_reporter.h" |
#include "net/ssl/ssl_info.h" |
#include "url/gurl.h" |
@@ -102,7 +103,8 @@ class SSLBlockingPage : public SecurityInterstitialPage { |
std::string GetSamplingEventName() const; |
// Send a report about an invalid certificate to the server. |
- void FinishCertCollection(); |
+ void FinishCertCollection( |
Ryan Sleevi
2015/05/14 04:31:03
Update comment :)
estark
2015/05/14 13:50:29
Done.
|
+ CertificateErrorReport::ProceedDecision user_proceeded); |
// Check whether a checkbox should be shown on the page that allows |
// the user to opt in to Safe Browsing extended reporting. |