| Index: third_party/WebKit/Source/platform/WebTaskRunner.h
|
| diff --git a/third_party/WebKit/Source/platform/WebTaskRunner.h b/third_party/WebKit/Source/platform/WebTaskRunner.h
|
| index 19f8690614e483f4c9f1185afdddfb5ce2c5fe01..74f90016c16449b702efecdef58dda588ea527db 100644
|
| --- a/third_party/WebKit/Source/platform/WebTaskRunner.h
|
| +++ b/third_party/WebKit/Source/platform/WebTaskRunner.h
|
| @@ -60,10 +60,6 @@ class BLINK_PLATFORM_EXPORT TaskHandle {
|
| class BLINK_PLATFORM_EXPORT WebTaskRunner
|
| : public ThreadSafeRefCounted<WebTaskRunner> {
|
| public:
|
| - // Drepecated: favor RunsTasksInCurrentSequence().
|
| - // TODO(http://crbug.com/665062): mass redirect callers and remove this.
|
| - bool RunsTasksOnCurrentThread();
|
| -
|
| // Returns true if tasks posted to this TaskRunner are sequenced
|
| // with this call.
|
| virtual bool RunsTasksInCurrentSequence() = 0;
|
|
|