Index: chrome/common/extensions/docs/templates/intros/webRequest.html |
diff --git a/chrome/common/extensions/docs/templates/intros/webRequest.html b/chrome/common/extensions/docs/templates/intros/webRequest.html |
index 3b299db877b0a79bfc0a2545708b6cb78192cffb..a4a7f2829ac46b836d04b34fb1e22a66467cace0 100644 |
--- a/chrome/common/extensions/docs/templates/intros/webRequest.html |
+++ b/chrome/common/extensions/docs/templates/intros/webRequest.html |
@@ -58,7 +58,8 @@ event definitions:<br/> |
<dd>Fires each time that an HTTP(S) response header is received. Due |
to redirects and authentication requests this can happen multiple times per |
request. This event is intended to allow extensions to add, modify, and delete |
- response headers, such as incoming Set-Cookie headers.</dd> |
+ response headers, such as incoming Set-Cookie headers. It also allows you to |
+ redirect the request.</dd> |
<dt><code>onAuthRequired</code> (optionally synchronous)</dt> |
<dd>Fires when a request requires authentication of the user. This event can |
be handled synchronously to provide authentication credentials. Note that |