Index: chrome/common/extensions/api/alarms.idl |
=================================================================== |
--- chrome/common/extensions/api/alarms.idl (revision 200185) |
+++ chrome/common/extensions/api/alarms.idl (working copy) |
@@ -51,13 +51,11 @@ |
// |
// In order to reduce the load on the user's machine, Chrome limits alarms |
// to at most once every 1 minute but may delay them an arbitrary amount |
- // more. That is, setting <code>$ref:[alarms.AlarmCreateInfo.delayInMinutes |
- // delayInMinutes]</code> or |
- // <code>$ref:[alarms.AlarmCreateInfo.periodInMinutes |
- // periodInMinutes]</code> to less than <code>1</code> will not be honored |
- // and will cause a warning. <code>$ref:[alarms.AlarmCreateInfo.when |
- // when]</code> can be set to less than 1 minute after "now" without |
- // warning but won't actually cause the alarm to fire for at least 1 minute. |
+ // more. That is, setting <code>delayInMinutes</code> or |
+ // <code>periodInMinutes</code> to less than <code>1</code> will not be |
+ // honored and will cause a warning. <code>when</code> can be set to less |
+ // than 1 minute after "now" without warning but won't actually cause the |
+ // alarm to fire for at least 1 minute. |
// |
// To help you debug your app or extension, when you've loaded it unpacked, |
// there's no limit to how often the alarm can fire. |