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

Unified Diff: chrome/common/extensions/api/alarms.idl

Issue 15191002: Merge 200182 "Automatically detect inline-able doc in IDL files" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1453/src/
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/api_data_source.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/common/extensions/docs/server2/api_data_source.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698