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 |
deleted file mode 100644 |
index af449e81448eba10d6eb593abd579c2ac1beb40e..0000000000000000000000000000000000000000 |
--- a/chrome/common/extensions/docs/templates/intros/alarms.html |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
-<table class="intro"> |
- <tr> |
- <th scope="col"></th> |
- <th scope="col"></th> |
- </tr> |
- <tr> |
- <td><strong>Description:</strong></td> |
- <td>Use the <code>chrome.alarms</code> module |
- to schedule code to run periodically |
- or at a specified time in the future.</td> |
- </tr> |
- <tr> |
- <td><strong>Availability:</strong></td> |
- <td>Google Chrome 22</td> |
- </tr> |
- <tr> |
- <td><strong>Permissions:</strong></td> |
- <td><code>"alarms"</code></td> |
- </tr> |
- <tr> |
- <td><strong>Learn more:</strong></td> |
- <td><a href="event_pages.html">Event Pages</a></td> |
- </tr> |
-</table> |