Index: chrome/common/extensions/docs/templates/intros/idle.html |
diff --git a/chrome/common/extensions/docs/templates/intros/idle.html b/chrome/common/extensions/docs/templates/intros/idle.html |
index 311037f0795100bd8737372a0037ce37759d5883..ad5300dc52408ff3efe89667637b903dfdb89de1 100644 |
--- a/chrome/common/extensions/docs/templates/intros/idle.html |
+++ b/chrome/common/extensions/docs/templates/intros/idle.html |
@@ -1,23 +1,3 @@ |
-<table class="intro"> |
- <tr> |
- <th scope="col"></th> |
- <th scope="col"></th> |
- </tr> |
- <tr> |
- <td><strong>Description:</strong></td> |
- <td>Use the <code>chrome.idle</code> module |
- to detect when the machine's idle state changes.</td> |
- </tr> |
- <tr> |
- <td><strong>Availability:</strong></td> |
- <td>Google Chrome 6</td> |
- </tr> |
- <tr> |
- <td><strong>Permissions:</strong></td> |
- <td><code>"idle"</code></td> |
- </tr> |
-</table> |
- |
<h2 id="manifest">Manifest</h2> |
<p>You must declare the "idle" permission in your extension's manifest to use the idle API. |
For example: |
@@ -30,4 +10,4 @@ For example: |
"idle" |
]</b>, |
... |
-}</pre> |
+}</pre> |