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

Unified Diff: components/certificate_reporting/error_report.cc

Issue 2949003003: Implement a skeleton of the Superfish interstitial (Closed)
Patch Set: actually fix excessive output problem 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
« no previous file with comments | « components/certificate_reporting/error_report.h ('k') | components/security_interstitials/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
interstitial_info->set_user_proceeded(proceed_decision == USER_PROCEEDED);
« no previous file with comments | « components/certificate_reporting/error_report.h ('k') | components/security_interstitials/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698