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> |