Index: components/timers/alarm_timer.h |
diff --git a/components/timers/alarm_timer.h b/components/timers/alarm_timer.h |
index 29eebc8a62186bb8f0979cfc13df062676b37d43..987369b71ff03fcb4b05183d75100a6e0c64d7e1 100644 |
--- a/components/timers/alarm_timer.h |
+++ b/components/timers/alarm_timer.h |
@@ -72,6 +72,8 @@ class AlarmTimer : public base::Timer, |
// that the user task should be run. |
void OnTimerFired(); |
+ bool can_wake_from_suspend() { return can_wake_from_suspend_; } |
Daniel Erat
2014/10/30 02:51:21
nit: i think that inline methods usually come righ
Chirantan Ekbote
2014/10/30 20:41:37
Done.
|
+ |
private: |
// Initializes the timer with the appropriate delegate. |
void Init(); |