Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(362)

Unified Diff: chrome/common/extensions/docs/templates/intros/webRequest.html

Issue 154473002: Support redirectUrl at onHeadersReceived in WebRequest / DWR API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix WebRequestRulesRegistrySimpleTest.StageChecker test Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 44b542de082383873c0507db88e1f9c1cd58cdab..b0a49303dcc4cb3b6ef5877f7f1eaa02dae8db01 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

Powered by Google App Engine
This is Rietveld 408576698