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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing issues with experimental_APIs Created 7 years, 9 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/templates/intros/declarativeWebRequest.html
diff --git a/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html b/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html
index 60a2926c3a8bb3cfe4baf58ead4776e7a4814989..b392ab3167f892415e4dc2b7b64c1f15c1de8993 100644
--- a/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html
+++ b/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html
@@ -1,14 +1,3 @@
-<h2 id="notes">Notes</h2>
-
-<p>
-Use the <code>chrome.declarativeWebRequest</code> module to intercept, block, or
-modify requests in-flight. It is significantly faster than the <a
- href="webRequest.html"><code>chrome.webRequest</code> API</a> because you can
-register rules that are evaluated in the browser rather than the
-JavaScript engine which reduces roundtrip latencies and allows very high
-efficiency.
-</p>
-
<h2 id="manifest">Manifest</h2>
<p>

Powered by Google App Engine
This is Rietveld 408576698