Commit 6b64cb1d authored by Karandeep Bhatia's avatar Karandeep Bhatia Committed by Commit Bot

DNR: Remove references to removeHeaders in docs.

The removeHeaders action has been removed from the API.

BUG=1085326

Change-Id: I533c885d92373ce8fd888a059f8ded0a9acc6337
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220831
Auto-Submit: Karan Bhatia <karandeepb@chromium.org>
Commit-Queue: Kelvin Jiang <kelvinjiang@chromium.org>
Reviewed-by: default avatarKelvin Jiang <kelvinjiang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#773868}
parent a6b69d8e
......@@ -244,13 +244,6 @@ following order of decreasing precedence:
<li><code>redirect</code></li>
</ul>
<p>
If the request was not blocked or redirected, <code>removeHeaders</code> rules
are evaluated on the request and response headers. All matching
<code>removeHeaders</code> rules from extensions that did not have a matching
<code>allow</code> or <code>allowAllRequests</code> action are evaluated.
</p>
<h3 id="web-request-comparison">
Comparison with the <a href="webRequest">webRequest</a> API
</h3>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment