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