| 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
|
|
|