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

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

Issue 10832042: Extensions Docs Server: Doc conversion script (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix comment in converter.py 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/webRequest.html
diff --git a/chrome/common/extensions/docs/server2/templates/intros/webRequest.html b/chrome/common/extensions/docs/server2/templates/intros/webRequest.html
index 962a18591156d502d10a396b9c66c68130142e3a..1cc088d63c3d7c06b4497298147a72e9812292af 100644
--- a/chrome/common/extensions/docs/server2/templates/intros/webRequest.html
+++ b/chrome/common/extensions/docs/server2/templates/intros/webRequest.html
@@ -1,4 +1,3 @@
-<!-- BEGIN AUTHORED CONTENT -->
<p id="classSummary">
Use the <code>chrome.webRequest</code> module to intercept, block,
or modify requests in-flight and to observe and analyze traffic.
@@ -272,5 +271,4 @@ chrome.webRequest.onBeforeSendHeaders.addListener(
["blocking", "requestHeaders"]);
</pre>
<p> For more example code, see the <a href="samples.html#webrequest">web request
-samples</a>.</p>
-<!-- END AUTHORED CONTENT -->
+samples</a>.</p>

Powered by Google App Engine
This is Rietveld 408576698