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 c9a295ff29e86ae4d46198c493ac7ac275a507cc..93409c920bedacc58fe9fe06c938e5136d3973f2 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> |