| 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.
|
|
|