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

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

Issue 2700323002: Refactor BaseBlockingPage to reduce duplicated code (Closed)
Patch Set: Created 3 years, 10 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 b652b9153537835b3b2c9b5ee39ded598cc63d8c..744c2aaff3da1d85bd4b4d4b2de117bd252f8581 100644
--- a/chrome/browser/safe_browsing/ui_manager_unittest.cc
+++ b/chrome/browser/safe_browsing/ui_manager_unittest.cc
@@ -352,7 +352,7 @@ class TestSafeBrowsingBlockingPage : public SafeBrowsingBlockingPage {
false,
false)) {
// Don't delay details at all for the unittest.
- threat_details_proceed_delay_ms_ = 0;
+ SetThreatDetailsProceedDelayForTesting(0);
DontCreateViewForTesting();
}
};
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_blocking_page_unittest.cc ('k') | components/safe_browsing/base_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698