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

Unified Diff: chrome/browser/safe_browsing/ui_manager_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/ui_manager_unittest.cc
diff --git a/chrome/browser/safe_browsing/ui_manager_unittest.cc b/chrome/browser/safe_browsing/ui_manager_unittest.cc
index 174936a1914539db72ac6501d6ec4a1c7ee7b061..a57a1a61112cf0c14928dce56b711433634a5228 100644
--- a/chrome/browser/safe_browsing/ui_manager_unittest.cc
+++ b/chrome/browser/safe_browsing/ui_manager_unittest.cc
@@ -351,7 +351,8 @@ class TestSafeBrowsingBlockingPage : public SafeBrowsingBlockingPage {
false,
false,
false,
- BaseBlockingPage::IsMainPageLoadBlocked(unsafe_resources))) {
+ BaseBlockingPage::IsMainPageLoadBlocked(unsafe_resources),
+ nullptr)) {
Jialiu Lin 2017/05/17 15:47:46 nit: add some inline comment.
Nate Fischer 2017/05/17 22:34:43 Acknowledged. I'm assigning the value from a funct
Nate Fischer 2017/05/19 00:13:32 I couldn't get the method to actually work nicely,
// Don't delay details at all for the unittest.
SetThreatDetailsProceedDelayForTesting(0);
DontCreateViewForTesting();

Powered by Google App Engine
This is Rietveld 408576698