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

Unified Diff: chrome/browser/ssl/ssl_blocking_page.h

Issue 1076273002: Add interstitial info to certificate reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: redo based on refactoring in crrev.com/1117173004 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
« no previous file with comments | « chrome/browser/ssl/certificate_error_report_unittest.cc ('k') | chrome/browser/ssl/ssl_blocking_page.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/browser/ssl/certificate_error_report_unittest.cc ('k') | chrome/browser/ssl/ssl_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698