| Index: chrome/common/extensions/api/alarms.idl
|
| ===================================================================
|
| --- chrome/common/extensions/api/alarms.idl (revision 208118)
|
| +++ chrome/common/extensions/api/alarms.idl (working copy)
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// TODO(mpcomplete): We need documentation before we can release this.
|
| -
|
| +// Use the <code>chrome.alarms</code> API to schedule code to run
|
| +// periodically or at a specified time in the future.
|
| namespace alarms {
|
| dictionary Alarm {
|
| // Name of this alarm.
|
|
|