diff options
Diffstat (limited to 'content/browser/browser_thread.h')
-rw-r--r-- | content/browser/browser_thread.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/browser/browser_thread.h b/content/browser/browser_thread.h index 112ce3f..3c47fc0 100644 --- a/content/browser/browser_thread.h +++ b/content/browser/browser_thread.h @@ -128,6 +128,12 @@ class BrowserThread : public base::Thread { Task* task, int64 delay_ms); + static bool PostTaskAndReply( + ID identifier, + const tracked_objects::Location& from_here, + const base::Closure& task, + const base::Closure& reply); + template <class T> static bool DeleteSoon(ID identifier, const tracked_objects::Location& from_here, |