Chromium Code Reviews| 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 af449e81448eba10d6eb593abd579c2ac1beb40e..35123fd5755d936790a7ac2ff65bb3b0fbb2592a 100644 |
| --- a/chrome/common/extensions/docs/templates/intros/alarms.html |
| +++ b/chrome/common/extensions/docs/templates/intros/alarms.html |
| @@ -1,24 +1 @@ |
| -<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> |
| +<table></table> |
|
not at google - send to devlin
2013/04/30 18:34:19
if any of the intros end up looking like this, jus
epeterson
2013/05/13 02:38:10
Done.
|