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

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: Created 5 years, 8 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/ssl/ssl_blocking_page.h
diff --git a/chrome/browser/ssl/ssl_blocking_page.h b/chrome/browser/ssl/ssl_blocking_page.h
index ce694f801a0a7627db827aa85b4e66b481746e48..a7d2536b06a9f564f74992692e207ba5b611709c 100644
--- a/chrome/browser/ssl/ssl_blocking_page.h
+++ b/chrome/browser/ssl/ssl_blocking_page.h
@@ -100,7 +100,7 @@ class SSLBlockingPage : public SecurityInterstitialPage {
std::string GetSamplingEventName() const;
// Send a report about an invalid certificate to the server.
- void FinishCertCollection();
+ void FinishCertCollection(bool proceeded);
// Check whether a checkbox should be shown on the page that allows
// the user to opt in to Safe Browsing extended reporting.

Powered by Google App Engine
This is Rietveld 408576698