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..1485433477e79e1dae4d38c603a1a4d5115cd73b 100644 |
--- a/chrome/common/extensions/docs/templates/intros/declarativeContent.html |
+++ b/chrome/common/extensions/docs/templates/intros/declarativeContent.html |
@@ -4,17 +4,6 @@ |
<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.--> |