| Index: chrome/common/extensions/docs/permission_warnings.html
|
| diff --git a/chrome/common/extensions/docs/permission_warnings.html b/chrome/common/extensions/docs/permission_warnings.html
|
| index ac27aa07a21d75d1560229cf53bbcb2866a772ca..fd4a1daf097b618306495498c87f17107c6b6d62 100644
|
| --- a/chrome/common/extensions/docs/permission_warnings.html
|
| +++ b/chrome/common/extensions/docs/permission_warnings.html
|
| @@ -552,7 +552,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
|
| @@ -563,7 +563,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>
|
|
|