summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-18 20:08:20 +0000
committervabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-18 20:08:20 +0000
commit71d8aa67a2e86397d51e23c33c94cb90b13d4712 (patch)
tree060b80a927dba6f3ea13205b279dbf87b692f353
parenta1608f162b6cc3927dd10f5cf20b6a2037ba0cb9 (diff)
downloadchromium_src-71d8aa67a2e86397d51e23c33c94cb90b13d4712.zip
chromium_src-71d8aa67a2e86397d51e23c33c94cb90b13d4712.tar.gz
chromium_src-71d8aa67a2e86397d51e23c33c94cb90b13d4712.tar.bz2
Adding stages for request headers and 3rd party attributes
I forgot to do this in CLs http://codereview.chromium.org/10982044/ and http://codereview.chromium.org/11038031/. BUG=112155, 143662, 135606 TEST=N/A (docs changes only) TBR=cduvall@chromium.org Review URL: https://chromiumcodereview.appspot.com/11185056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162770 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html b/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html
index 9f212a8..427d6f4 100644
--- a/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html
+++ b/chrome/common/extensions/docs/templates/intros/declarativeWebRequest.html
@@ -139,6 +139,9 @@ request stages that are compatible with conditions and actions.
<tr><td>excludeContentType<td><td><td>✓<td>
<tr><td>responseHeaders<td><td><td>✓<td>
<tr><td>excludeResponseHeaders<td><td><td>✓<td>
+ <tr><td>requestHeaders<td><td>✓<td><td>
+ <tr><td>excludeRequestHeaders<td><td>✓<td><td>
+ <tr><td>thirdPartyForCookies<td>✓<td>✓<td>✓<td>✓
<tr>
<th colspan="5" style="padding-top:2em">Request stages during which actions can be executed.
</tr>