Index: base/timer/timer.h |
diff --git a/base/timer/timer.h b/base/timer/timer.h |
index 7e2c1d41f134aa7bdc1c950c01c7645a782cc184..01b5433c7607470456885a0b3510199d70ba9c82 100644 |
--- a/base/timer/timer.h |
+++ b/base/timer/timer.h |
@@ -123,7 +123,6 @@ class BASE_EXPORT Timer { |
const tracked_objects::Location& posted_from() const { return posted_from_; } |
bool retain_user_task() const { return retain_user_task_; } |
bool is_repeating() const { return is_repeating_; } |
- bool is_running() const { return is_running_; } |
private: |
friend class BaseTimerTaskInternal; |