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

Unified Diff: Source/platform/scheduler/SchedulerTest.cpp

Issue 430493002: Revert of Change WokerThread to use a blink::WebThread. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/core/workers/WorkerThread.cpp ('k') | Source/web/WebEmbeddedWorkerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scheduler/SchedulerTest.cpp
diff --git a/Source/platform/scheduler/SchedulerTest.cpp b/Source/platform/scheduler/SchedulerTest.cpp
index dba68c7a807f306279d8b247632fc0075c613ab8..0b35485e9232fb0518f3c5ef9e964dca34c5de72 100644
--- a/Source/platform/scheduler/SchedulerTest.cpp
+++ b/Source/platform/scheduler/SchedulerTest.cpp
@@ -40,21 +40,6 @@
}
virtual void exitRunLoop() OVERRIDE
- {
- ASSERT_NOT_REACHED();
- }
-
- virtual void setSharedTimerFiredFunction(SharedTimerFunction timerFunction) OVERRIDE
- {
- ASSERT_NOT_REACHED();
- }
-
- virtual void setSharedTimerFireInterval(double interval) OVERRIDE
- {
- ASSERT_NOT_REACHED();
- }
-
- virtual void stopSharedTimer() OVERRIDE
{
ASSERT_NOT_REACHED();
}
« no previous file with comments | « Source/core/workers/WorkerThread.cpp ('k') | Source/web/WebEmbeddedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698