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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_blocking_page_test.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/safe_browsing_blocking_page_test.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc b/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
index e48589a3623afc2f99e8ca45ab4ab0188a4a87ba..c62f31704d042cfb31a1c967090ae6f89563f89a 100644
--- a/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_blocking_page_test.cc
@@ -242,7 +242,7 @@ class TestSafeBrowsingBlockingPage : public SafeBrowsingBlockingPage {
display_options),
wait_for_delete_(false) {
// Don't wait the whole 3 seconds for the browser test.
- threat_details_proceed_delay_ms_ = 100;
+ SetThreatDetailsProceedDelayForTesting(100);
}
~TestSafeBrowsingBlockingPage() override {

Powered by Google App Engine
This is Rietveld 408576698