Index: chrome/common/extensions/docs/server2/templates/intros/declarativeWebRequest.html |
diff --git a/chrome/common/extensions/docs/server2/templates/intros/declarativeWebRequest.html b/chrome/common/extensions/docs/server2/templates/intros/declarativeWebRequest.html |
index 2ba2f9b0a07e07e03388154b86ea76b0bfe2ae47..ecef0eb8c0036f2d25f66923340f110b983a50ac 100644 |
--- a/chrome/common/extensions/docs/server2/templates/intros/declarativeWebRequest.html |
+++ b/chrome/common/extensions/docs/server2/templates/intros/declarativeWebRequest.html |
@@ -1,4 +1,3 @@ |
-<!-- BEGIN AUTHORED CONTENT --> |
<h2 id="notes">Notes</h2> |
<p> |
Use the <code>chrome.declarativeWebRequest</code> module to intercept, block, or |
@@ -19,7 +18,6 @@ hosts whose network requests you want to access. |
"name": "My extension", |
... |
<b> "permissions": [ |
- "declarative", |
"declarativeWebRequest", |
"*://*.google.com" |
]</b>, |
@@ -103,5 +101,4 @@ very fast URL matching algorithm for hundreds of thousands of URLs. |
<li>Explain when conditions can be evaluated, when actions can be executed, |
and when rules can be executed (e.g. you cannot cancel a request when you |
have received the response already) |
-</ul> |
-<!-- END AUTHORED CONTENT --> |
+</ul> |