Index: content/public/browser/browser_thread.h |
diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h |
index 91875921ed143e55095712654a627699415e1ed0..7a46967f6e47ee8a6f9363b58e83e46a0622cdee 100644 |
--- a/content/public/browser/browser_thread.h |
+++ b/content/public/browser/browser_thread.h |
@@ -109,10 +109,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, |
@@ -121,11 +117,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( |