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

Unified Diff: chrome/common/extensions/docs/templates/intros/alarms.html

Issue 11818010: Make chrome.alarms API accept non-integers and too-short delays. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months 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: chrome/common/extensions/docs/templates/intros/alarms.html
diff --git a/chrome/common/extensions/docs/templates/intros/alarms.html b/chrome/common/extensions/docs/templates/intros/alarms.html
index 290074f232c434e274a81eeed7db32b5ad9f0bc0..af449e81448eba10d6eb593abd579c2ac1beb40e 100644
--- a/chrome/common/extensions/docs/templates/intros/alarms.html
+++ b/chrome/common/extensions/docs/templates/intros/alarms.html
@@ -22,18 +22,3 @@
<td><a href="event_pages.html">Event Pages</a></td>
</tr>
</table>
-
-<h2 id="frequency-limits">Alarm frequency limits</h2>
-<p>In order to reduce the load on the user's machine, Chrome limits
-alarms to at most once every 5 minutes 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>5</code> will cause an
-error. <code>$ref:[alarms.AlarmCreateInfo.when when]</code> can be
-set to less than 5 minutes after "now" but won't actually cause the
-alarm to run for at least 5 minutes.</p>
-
-<p>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.</p>

Powered by Google App Engine
This is Rietveld 408576698