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

Unified Diff: components/certificate_reporting/error_report.h

Issue 2949003003: Implement a skeleton of the Superfish interstitial (Closed)
Patch Set: Created 3 years, 6 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: components/certificate_reporting/error_report.h
diff --git a/components/certificate_reporting/error_report.h b/components/certificate_reporting/error_report.h
index f9236e1aa77588dd544219adbd2a6224b012c45c..0d611db40ebd0dfe30edd0101c25f619629845e4 100644
--- a/components/certificate_reporting/error_report.h
+++ b/components/certificate_reporting/error_report.h
@@ -34,7 +34,8 @@ class ErrorReport {
enum InterstitialReason {
INTERSTITIAL_SSL,
INTERSTITIAL_CAPTIVE_PORTAL,
- INTERSTITIAL_CLOCK
+ INTERSTITIAL_CLOCK,
+ INTERSTITIAL_SUPERFISH,
};
// Whether the user clicked through the interstitial or not.

Powered by Google App Engine
This is Rietveld 408576698