diff options
author | battre@chromium.org <battre@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-28 11:07:00 +0000 |
---|---|---|
committer | battre@chromium.org <battre@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-28 11:07:00 +0000 |
commit | be276769f85baa080db5517336606adab8b876b1 (patch) | |
tree | 5b29957fa2f136ed015769622a99b143a2f4af30 /chrome/common/extensions/docs/static | |
parent | 4652dc5fab19f759b79b98336f3dc64adde6d68e (diff) | |
download | chromium_src-be276769f85baa080db5517336606adab8b876b1.zip chromium_src-be276769f85baa080db5517336606adab8b876b1.tar.gz chromium_src-be276769f85baa080db5517336606adab8b876b1.tar.bz2 |
Improved Web Request API documentation
BUG=none
TEST=no
Review URL: http://codereview.chromium.org/9018011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115881 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/static')
-rw-r--r-- | chrome/common/extensions/docs/static/webRequest.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/common/extensions/docs/static/webRequest.html b/chrome/common/extensions/docs/static/webRequest.html index 936c3ba..83fe2ef95 100644 --- a/chrome/common/extensions/docs/static/webRequest.html +++ b/chrome/common/extensions/docs/static/webRequest.html @@ -156,8 +156,8 @@ of HTTP redirection or HTTP authentication.</p> <p>To register an event listener for a web request, you use a variation on the <a href="events.html">usual <code>addListener()</code> function</a>. In addition to specifying a callback function, -you can also specify two optional arguments: -a filter and extra info.<p> +you have to specify a filter argument and you may specify an optional extra info +argument.</p> <p>The three arguments to the web request API's <code>addListener()</code> have the following definitions:</p> |