| Index: content/browser/browser_thread.h
|
| diff --git a/content/browser/browser_thread.h b/content/browser/browser_thread.h
|
| index 112ce3f88944f905674338c97cf95c269c9d4a64..3c47fc0cfa609424653a48bf06dc59a2644246c9 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,
|
|
|