| Index: base/message_loop_proxy_impl.h
|
| diff --git a/base/message_loop_proxy_impl.h b/base/message_loop_proxy_impl.h
|
| index 140c244aa92a43dc48552d3bd53d57d6d851855c..ab680f8fcdacbd69608e46fdfe70d1ac81e78652 100644
|
| --- a/base/message_loop_proxy_impl.h
|
| +++ b/base/message_loop_proxy_impl.h
|
| @@ -19,12 +19,6 @@ namespace base {
|
| class BASE_EXPORT MessageLoopProxyImpl : public MessageLoopProxy {
|
| public:
|
| // MessageLoopProxy implementation
|
| - virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
|
| - const base::Closure& task,
|
| - int64 delay_ms) OVERRIDE;
|
| - virtual bool PostDelayedTask(const tracked_objects::Location& from_here,
|
| - const base::Closure& task,
|
| - base::TimeDelta delay) OVERRIDE;
|
| virtual bool PostNonNestableDelayedTask(
|
| const tracked_objects::Location& from_here,
|
| const base::Closure& task,
|
| @@ -33,7 +27,6 @@ class BASE_EXPORT MessageLoopProxyImpl : public MessageLoopProxy {
|
| const tracked_objects::Location& from_here,
|
| const base::Closure& task,
|
| base::TimeDelta delay) OVERRIDE;
|
| - virtual bool RunsTasksOnCurrentThread() const OVERRIDE;
|
|
|
| protected:
|
| virtual ~MessageLoopProxyImpl();
|
|
|