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

Unified Diff: components/certificate_reporting/error_report.cc

Issue 2949003003: Implement a skeleton of the Superfish interstitial (Closed)
Patch Set: meacer comments 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.cc
diff --git a/components/certificate_reporting/error_report.cc b/components/certificate_reporting/error_report.cc
index a48e18c80f158343a160a9d16d7bd69f3bc7ed2f..ebc41f55a7b708a7450cbc920a6cd3701682d299 100644
--- a/components/certificate_reporting/error_report.cc
+++ b/components/certificate_reporting/error_report.cc
@@ -128,6 +128,10 @@ void ErrorReport::SetInterstitialInfo(
interstitial_info->set_interstitial_reason(
CertLoggerInterstitialInfo::INTERSTITIAL_CLOCK);
break;
+ case INTERSTITIAL_SUPERFISH:
+ interstitial_info->set_interstitial_reason(
+ CertLoggerInterstitialInfo::INTERSTITIAL_SUPERFISH);
+ break;
meacer 2017/06/22 22:35:37 To be removed?
}
interstitial_info->set_user_proceeded(proceed_decision == USER_PROCEEDED);

Powered by Google App Engine
This is Rietveld 408576698