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

Unified Diff: android_webview/browser/aw_safe_browsing_blocking_page.cc

Issue 2890703002: SafeBrowsing: allow WebView to customize the Help Center URL (Closed)
Patch Set: Created 3 years, 7 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: android_webview/browser/aw_safe_browsing_blocking_page.cc
diff --git a/android_webview/browser/aw_safe_browsing_blocking_page.cc b/android_webview/browser/aw_safe_browsing_blocking_page.cc
index b91adb791d7930ea67c9bd00c9501647096a12da..e602f5c1dba65f28cce72d3e0b5ae6240d29833d 100644
--- a/android_webview/browser/aw_safe_browsing_blocking_page.cc
+++ b/android_webview/browser/aw_safe_browsing_blocking_page.cc
@@ -60,7 +60,8 @@ void AwSafeBrowsingBlockingPage::ShowBlockingPage(
false, // is_extended_reporting
false, // is_scout
false, // kSafeBrowsingProceedAnywayDisabled
- true); // is_resource_cancellable
+ true, // is_resource_cancellable
+ "cpn_safe_browsing_wv"); // plink
AwSafeBrowsingBlockingPage* blocking_page = new AwSafeBrowsingBlockingPage(
ui_manager, web_contents, entry ? entry->GetURL() : GURL(),
unsafe_resources,

Powered by Google App Engine
This is Rietveld 408576698