| Index: third_party/WebKit/public/platform/WebTaskRunner.h
|
| diff --git a/third_party/WebKit/public/platform/WebTaskRunner.h b/third_party/WebKit/public/platform/WebTaskRunner.h
|
| index b3e9745fed227a7ff3dc4f9900b96bb97c47f51b..4369ad949589fefd4217b8656f6daffa59611e98 100644
|
| --- a/third_party/WebKit/public/platform/WebTaskRunner.h
|
| +++ b/third_party/WebKit/public/platform/WebTaskRunner.h
|
| @@ -32,11 +32,6 @@ public:
|
|
|
| // Schedule a task to be run after |delayMs| on the the associated WebThread.
|
| // Takes ownership of |Task|. Can be called from any thread.
|
| - // TODO(alexclarke): Remove this when possible.
|
| - virtual void postDelayedTask(const WebTraceLocation&, Task*, long long delayMs) {}
|
| -
|
| - // Schedule a task to be run after |delayMs| on the the associated WebThread.
|
| - // Takes ownership of |Task|. Can be called from any thread.
|
| virtual void postDelayedTask(const WebTraceLocation&, Task*, double delayMs) {}
|
|
|
| #ifdef INSIDE_BLINK
|
|
|