Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9979)

Unified Diff: chrome/common/extensions/docs/server2/templates/intros/declarativeWebRequest.html

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: script/build.py fixes Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698