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

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: Addressing comments - Patch currently being broken up Created 7 years, 6 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 154699dc2a59f0dd31efc7bea3423e52d2be6001..3a716c2b597b63895bd12f02c3f4f2f45f7c85e1 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