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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc

Issue 2526543002: Fix privacy whitepaper link (Closed)
Patch Set: add back change in captive_portal_blocking_page 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/app/generated_resources.grd ('k') | chrome/browser/ssl/captive_portal_blocking_page.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
index 02986de5c35d02cb9acd08d044eb4f1dd03c3b53..be5ccaa5f3ae1661f51fe63ebfac16b44dc3a7bf 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
@@ -307,6 +307,10 @@ void SafeBrowsingBlockingPage::CommandReceived(const std::string& page_cmd) {
web_contents()->OpenURL(params);
break;
}
+ case security_interstitials::CMD_OPEN_WHITEPAPER: {
+ controller()->OpenExtendedReportingWhitepaper();
+ break;
+ }
}
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ssl/captive_portal_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698