Index: components/timers/alarm_timer.h |
diff --git a/components/timers/alarm_timer.h b/components/timers/alarm_timer.h |
index 29eebc8a62186bb8f0979cfc13df062676b37d43..80bc45b3af4dfc2c9f04180a5e5a4c11c6384cb3 100644 |
--- a/components/timers/alarm_timer.h |
+++ b/components/timers/alarm_timer.h |
@@ -61,6 +61,8 @@ class AlarmTimer : public base::Timer, |
~AlarmTimer() override; |
+ bool can_wake_from_suspend() { return can_wake_from_suspend_; } |
+ |
// Timer overrides. |
void Stop() override; |
void Reset() override; |