| Index: chrome/common/extensions/docs/experimental.proxy.html
|
| diff --git a/chrome/common/extensions/docs/experimental.proxy.html b/chrome/common/extensions/docs/experimental.proxy.html
|
| index eb32de71e313e1ce030f901fdd675bc607223039..c6c888239d2c48f3d82c847ac680e1db9842398e 100644
|
| --- a/chrome/common/extensions/docs/experimental.proxy.html
|
| +++ b/chrome/common/extensions/docs/experimental.proxy.html
|
| @@ -1033,7 +1033,7 @@
|
| <dd class="todo" style="display: none; ">
|
| Undocumented.
|
| </dd>
|
| - <dd>An object encapsulating the set of proxy rules for all protocols.</dd>
|
| + <dd>An object encapsulating the set of proxy rules for all protocols. Use either 'singleProxy' or (a subset of) 'proxyForHttp', 'proxyForHttps', 'proxyForFtp' and 'socksProxy'.</dd>
|
| <dd style="display: none; ">
|
| This parameter was added in version
|
| <b><span></span></b>.
|
| @@ -1624,7 +1624,7 @@
|
| <dd class="todo" style="display: none; ">
|
| Undocumented.
|
| </dd>
|
| - <dd>The proxy rules describing this configuration.</dd>
|
| + <dd>The proxy rules describing this configuration. Use this for 'fixed_servers' mode.</dd>
|
| <dd style="display: none; ">
|
| This parameter was added in version
|
| <b><span></span></b>.
|
| @@ -1692,7 +1692,7 @@
|
| <dd class="todo" style="display: none; ">
|
| Undocumented.
|
| </dd>
|
| - <dd>The proxy auto-config (PAC) script for this configuration.</dd>
|
| + <dd>The proxy auto-config (PAC) script for this configuration. Use this for 'pac_script' mode.</dd>
|
| <dd style="display: none; ">
|
| This parameter was added in version
|
| <b><span></span></b>.
|
|
|