Index: content/public/browser/browser_thread.h |
diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h |
index 5cc594ab5b5ad3c421fef5b5574a4df9c433f8fa..3a3cf229241c5835b82d22860e4d05fd3844b4b4 100644 |
--- a/content/public/browser/browser_thread.h |
+++ b/content/public/browser/browser_thread.h |
@@ -118,23 +118,6 @@ class CONTENT_EXPORT BrowserThread { |
const base::Closure& task, |
int64 delay_ms); |
- // TODO(brettw) remove these when Task->Closure conversion is done. |
- static bool PostTask(ID identifier, |
- const tracked_objects::Location& from_here, |
- Task* task); |
- static bool PostDelayedTask(ID identifier, |
- const tracked_objects::Location& from_here, |
- Task* task, |
- int64 delay_ms); |
- static bool PostNonNestableTask(ID identifier, |
- const tracked_objects::Location& from_here, |
- Task* task); |
- static bool PostNonNestableDelayedTask( |
- ID identifier, |
- const tracked_objects::Location& from_here, |
- Task* task, |
- int64 delay_ms); |
- |
static bool PostTaskAndReply( |
ID identifier, |
const tracked_objects::Location& from_here, |