Index: chrome/common/extensions/docs/templates/intros/declarativeContent.html |
diff --git a/chrome/common/extensions/docs/templates/intros/declarativeContent.html b/chrome/common/extensions/docs/templates/intros/declarativeContent.html |
index 91b9abdeb338781893cd48e4bbc8c391667d52a5..e517bc2745a5a44c7b59ca12a72ec705f0ba1bbc 100644 |
--- a/chrome/common/extensions/docs/templates/intros/declarativeContent.html |
+++ b/chrome/common/extensions/docs/templates/intros/declarativeContent.html |
@@ -1,32 +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.declarativeContent</code> module to take |
- actions depending on the content of a page, without requiring |
- permission to read the page's content (see <a |
- href="#usage">Usage</a>).</td> |
- </tr> |
- <tr> |
- <td><strong>Availability:</strong></td> |
- <td>Trunk</td> |
- </tr> |
- <tr> |
- <td><strong>Permissions:</strong></td> |
- <td><code>"declarativeContent"</code> |
- <!--TODO: Mention host permissions if/when some actions require them.--> |
- </td> |
- </tr> |
- <tr> |
- <td><strong>Learn more:</strong></td> |
- <td><a href="events.html">Declarative Events</a><br/> |
- The <a href="activeTab.html">activeTab</a> permission</td> |
- </tr> |
-</table> |
- |
<h2 id="usage">Usage</h2> |
<p> |