Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(523)

Unified Diff: base/timer/timer.h

Issue 745123002: Link GCM heartbeat with wake on wifi preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up includes Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « no previous file | chrome/browser/chromeos/net/wake_on_wifi_manager.h » ('j') | components/gcm_driver/gcm_driver_desktop.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698