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

Unified Diff: public/platform/WebScheduler.h

Issue 1134933003: Revert of Remove the concept of a cleanup task (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/WebThreadSupportingGC.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 2e3760e6902a52b3b73ab3869448a639e9f6c8c5..463d1300af735ada6a105b97c63716c5c66145e6 100644
--- a/public/platform/WebScheduler.h
+++ b/public/platform/WebScheduler.h
@@ -17,10 +17,6 @@
class BLINK_PLATFORM_EXPORT WebScheduler {
public:
virtual ~WebScheduler() { }
-
- // Called to prevent any more pending tasks from running. Must be called on
- // the associated WebThread.
- virtual void shutdown() { }
// Returns true if there is high priority work pending on the associated WebThread
// and the caller should yield to let the scheduler service that work.
« no previous file with comments | « Source/platform/WebThreadSupportingGC.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698