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

Unified Diff: third_party/WebKit/Source/platform/WebTaskRunner.h

Issue 2959613002: Rename TaskRunner::RunsTasksOnCurrentThread() in //third_party (Closed)
Patch Set: Remove comments Created 3 years, 6 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 | « third_party/WebKit/Source/platform/Timer.cpp ('k') | third_party/WebKit/Source/platform/WebTaskRunner.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « third_party/WebKit/Source/platform/Timer.cpp ('k') | third_party/WebKit/Source/platform/WebTaskRunner.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698