Index: chrome/browser/extensions/api/alarms/alarm_manager.h |
diff --git a/chrome/browser/extensions/api/alarms/alarm_manager.h b/chrome/browser/extensions/api/alarms/alarm_manager.h |
index a5402ae6db8077328926d69450a3cad46e64f5d1..0854a041c7a5ed45063657374a69c4ae2f20e0dc 100644 |
--- a/chrome/browser/extensions/api/alarms/alarm_manager.h |
+++ b/chrome/browser/extensions/api/alarms/alarm_manager.h |
@@ -123,8 +123,8 @@ class AlarmManager |
scoped_ptr<base::Value> value); |
// Schedules the next poll of alarms for when the next soonest alarm runs, |
- // but do not more often than min_period. |
- void ScheduleNextPoll(base::TimeDelta min_period); |
+ // but not more often than the minimum granularity of all alarms. |
+ void ScheduleNextPoll(); |
// Polls the alarms, running any that have elapsed. After running them and |
// rescheduling repeating alarms, schedule the next poll. |