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

Unified Diff: third_party/WebKit/Source/core/dom/TaskRunnerHelper.h

Issue 2314633002: Remove unused and deprecated methods in TaskRunnerHelper (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
diff --git a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
index d475360a77cddc5c91fb7d4e199f8cb32bc03642..41784f39c3a90dccf0061a280955e033a7d29a22 100644
--- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
+++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
@@ -59,16 +59,6 @@ public:
static WebTaskRunner* get(TaskType, Document*);
static WebTaskRunner* get(TaskType, ExecutionContext*);
static WebTaskRunner* get(TaskType, ScriptState*);
-
- // TODO(haraken): Remove the following APIs.
- static WebTaskRunner* getUnthrottledTaskRunner(LocalFrame*);
- static WebTaskRunner* getTimerTaskRunner(LocalFrame*);
- static WebTaskRunner* getLoadingTaskRunner(LocalFrame*);
- static WebTaskRunner* getUnthrottledTaskRunner(Document*);
- static WebTaskRunner* getTimerTaskRunner(Document*);
- static WebTaskRunner* getLoadingTaskRunner(Document*);
- static WebTaskRunner* getUnthrottledTaskRunner(ExecutionContext*);
- static WebTaskRunner* getUnthrottledTaskRunner(ScriptState*);
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698