| Index: chrome/common/extensions/docs/static/permission_warnings.html
|
| diff --git a/chrome/common/extensions/docs/static/permission_warnings.html b/chrome/common/extensions/docs/static/permission_warnings.html
|
| index c1251a5d6c7daac921092e8ef4488e309a6b508c..56c0bce0858ac0539a048a7d9c210d5beaa34da9 100644
|
| --- a/chrome/common/extensions/docs/static/permission_warnings.html
|
| +++ b/chrome/common/extensions/docs/static/permission_warnings.html
|
| @@ -228,7 +228,7 @@ that trigger them.
|
| <!-- HasEffectiveAccessToAllHosts() -->
|
| Any of the following:
|
| <ul>
|
| - <li> "proxy" permission (experimental) </li>
|
| + <li> "proxy" permission </li>
|
| <li> A match pattern in the "permissions" field
|
| that matches all hosts </li>
|
| <li> A "content_scripts" field with a "matches" entry
|
| @@ -239,7 +239,7 @@ that trigger them.
|
| <td>
|
| <p>
|
| The "proxy" permission is required by the
|
| - <a href="http://code.google.com/chrome/extensions/dev/experimental.proxy.html">experimental proxy</a> module.
|
| + <a href="http://code.google.com/chrome/extensions/proxy.html">proxy</a> module.
|
| </p>
|
|
|
| <p>
|
|
|