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

Unified Diff: Source/web/tests/TextFinderTest.cpp

Issue 956333002: Refactor TimeBase to post tasks. Workers to use real Idle tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 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
« no previous file with comments | « Source/platform/scroll/ScrollableAreaTest.cpp ('k') | Source/wtf/CurrentTime.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/TextFinderTest.cpp
diff --git a/Source/web/tests/TextFinderTest.cpp b/Source/web/tests/TextFinderTest.cpp
index 8e52ec365c84b1820fcc37deacbbb00cb604f254..be10b97b0315d08321b3007f9812c1dd62e7ec60 100644
--- a/Source/web/tests/TextFinderTest.cpp
+++ b/Source/web/tests/TextFinderTest.cpp
@@ -421,11 +421,6 @@ protected:
return ensureFallback().monotonicallyIncreasingTime();
}
- virtual void setSharedTimerFireInterval(double interval) override
- {
- ensureFallback().setSharedTimerFireInterval(interval);
- }
-
virtual WebThread* currentThread() override { return ensureFallback().currentThread(); }
virtual WebUnitTestSupport* unitTestSupport() override { return ensureFallback().unitTestSupport(); }
virtual WebString defaultLocale() override { return ensureFallback().defaultLocale(); }
« no previous file with comments | « Source/platform/scroll/ScrollableAreaTest.cpp ('k') | Source/wtf/CurrentTime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698