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

Unified Diff: public/platform/WebScheduler.h

Issue 1011693003: Remove WebScheduler::shutdown() which is no longer needed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix SchedulerTest Created 5 years, 9 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/scheduler/SchedulerTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebScheduler.h
diff --git a/public/platform/WebScheduler.h b/public/platform/WebScheduler.h
index 250d5ccf2fe03606803974cbd1a3f60a13f3be41..91c07ffdd1360ecf73f68c61855ed5b809b3869e 100644
--- a/public/platform/WebScheduler.h
+++ b/public/platform/WebScheduler.h
@@ -26,10 +26,6 @@ public:
virtual void run(double deadlineSeconds) = 0;
};
- // Called during Blink's shutdown to delete any pending tasks from the
- // scheduler. Must be called on the main thread.
- virtual void shutdown() { }
-
// Returns true if there is high priority work pending on the main thread
// and the caller should yield to let the scheduler service that work.
// Must be called on the main thread.
« no previous file with comments | « Source/platform/scheduler/SchedulerTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698