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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.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: chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
index 5690dac0145b2484c15228bf02fd6d507c2a3bdb..b85d775b62aabb14a77471bbacd82ddc0901358b 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc
@@ -86,7 +86,8 @@ class TestSafeBrowsingBlockingPageFactory
web_contents->GetBrowserContext()->IsOffTheRecord(),
IsExtendedReportingEnabled(*prefs), IsScout(*prefs),
is_proceed_anyway_disabled,
- BaseBlockingPage::IsMainPageLoadBlocked(unsafe_resources));
+ BaseBlockingPage::IsMainPageLoadBlocked(unsafe_resources),
+ nullptr);
return new TestSafeBrowsingBlockingPage(manager, web_contents,
main_frame_url, unsafe_resources,
display_options);

Powered by Google App Engine
This is Rietveld 408576698