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

Unified Diff: components/security_interstitials/core/ssl_error_ui.cc

Issue 2330753002: Update links for the SBER opt-in on interstitials (Closed)
Patch Set: Update variable name Created 4 years, 3 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/security_interstitials/core/ssl_error_ui.cc
diff --git a/components/security_interstitials/core/ssl_error_ui.cc b/components/security_interstitials/core/ssl_error_ui.cc
index e53d0b719bdcf226b6faf43d42ab6fbed78cdce3..320fbbe0447a1c34ec725e93fb25dfb188b2f28a 100644
--- a/components/security_interstitials/core/ssl_error_ui.cc
+++ b/components/security_interstitials/core/ssl_error_ui.cc
@@ -182,6 +182,9 @@ void SSLErrorUI::HandleCommand(SecurityInterstitialCommands command) {
case CMD_OPEN_REPORTING_PRIVACY:
controller_->OpenExtendedReportingPrivacyPolicy();
break;
+ case CMD_OPEN_WHITEPAPER:
+ controller_->OpenExtendedReportingWhitepaper();
+ break;
case CMD_OPEN_DATE_SETTINGS:
case CMD_OPEN_DIAGNOSTIC:
case CMD_OPEN_LOGIN:
« no previous file with comments | « components/security_interstitials/core/metrics_helper.h ('k') | components/security_interstitials_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698