Chromium Code Reviews| 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 9f212a8f0ff2b10f9c23d8584da62863ccadc823..427d6f4e521a6fc2d965377507cacfdc4b3aaa87 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> |
|
vabr (Chromium)
2012/10/18 17:54:35
I just appended all at the end, as it has not been
|
| + <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> |