| Index: content/public/browser/browser_thread.h
|
| diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h
|
| index 0ac582b7c00221da876dd8729c2a6edf23032c61..bf6a763ddef41e8c0254855905d771ea138151f8 100644
|
| --- a/content/public/browser/browser_thread.h
|
| +++ b/content/public/browser/browser_thread.h
|
| @@ -110,10 +110,6 @@ class CONTENT_EXPORT BrowserThread {
|
| static bool PostDelayedTask(ID identifier,
|
| const tracked_objects::Location& from_here,
|
| const base::Closure& task,
|
| - int64 delay_ms);
|
| - static bool PostDelayedTask(ID identifier,
|
| - const tracked_objects::Location& from_here,
|
| - const base::Closure& task,
|
| base::TimeDelta delay);
|
| static bool PostNonNestableTask(ID identifier,
|
| const tracked_objects::Location& from_here,
|
| @@ -122,11 +118,6 @@ class CONTENT_EXPORT BrowserThread {
|
| ID identifier,
|
| const tracked_objects::Location& from_here,
|
| const base::Closure& task,
|
| - int64 delay_ms);
|
| - static bool PostNonNestableDelayedTask(
|
| - ID identifier,
|
| - const tracked_objects::Location& from_here,
|
| - const base::Closure& task,
|
| base::TimeDelta delay);
|
|
|
| static bool PostTaskAndReply(
|
|
|