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

Unified Diff: third_party/WebKit/Source/platform/TimerTest.cpp

Issue 2276353002: Remove after wakeup logic and replace PumpTask with Fences (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make TestLongIdlePeriodTimeline test quiescence again! Created 4 years, 4 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: third_party/WebKit/Source/platform/TimerTest.cpp
diff --git a/third_party/WebKit/Source/platform/TimerTest.cpp b/third_party/WebKit/Source/platform/TimerTest.cpp
index bd37098d23719bd630a15a0608a47ec103ea104a..6b1ca9290b4b3b4e1262a052de4235c98235f60a 100644
--- a/third_party/WebKit/Source/platform/TimerTest.cpp
+++ b/third_party/WebKit/Source/platform/TimerTest.cpp
@@ -143,10 +143,6 @@ public:
{
}
- void postIdleTaskAfterWakeup(const WebTraceLocation&, WebThread::IdleTask*) override
- {
- }
-
WebTaskRunner* timerTaskRunner() override
{
return &m_timerWebTaskRunner;

Powered by Google App Engine
This is Rietveld 408576698