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

Unified Diff: chrome/browser/ssl/captive_portal_blocking_page.cc

Issue 2526543002: Fix privacy whitepaper link (Closed)
Patch Set: Created 4 years, 1 month 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 | « chrome/browser/safe_browsing/safe_browsing_blocking_page.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ssl/captive_portal_blocking_page.cc
diff --git a/chrome/browser/ssl/captive_portal_blocking_page.cc b/chrome/browser/ssl/captive_portal_blocking_page.cc
index d0c3cd2036fadc68463c34c0a806523680e1fc72..206fd81fbe95279b6cbb0263b14c9996e0eca2b2 100644
--- a/chrome/browser/ssl/captive_portal_blocking_page.cc
+++ b/chrome/browser/ssl/captive_portal_blocking_page.cc
@@ -233,6 +233,9 @@ void CaptivePortalBlockingPage::CommandReceived(const std::string& command) {
case security_interstitials::CMD_OPEN_REPORTING_PRIVACY:
controller()->OpenExtendedReportingPrivacyPolicy();
break;
+ case security_interstitials::CMD_OPEN_WHITEPAPER:
+ controller()->OpenExtendedReportingWhitepaper();
+ break;
meacer 2016/11/22 19:57:23 Captive portal interstitial only has a single "Con
Jialiu Lin 2016/11/22 21:06:13 Thanks for catching this! I didn't read the code c
meacer 2016/11/22 21:25:22 Apologies, I'm mistaken. We do in fact show the SB
case security_interstitials::CMD_ERROR:
case security_interstitials::CMD_TEXT_FOUND:
case security_interstitials::CMD_TEXT_NOT_FOUND:
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_blocking_page.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698