| Index: chrome/common/extensions/docs/static/manifest.html
|
| diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html
|
| index 8d7eef7496f7a728320c5f3a9497874cb785b77d..d05cdaa4c994fc09826e7be9158fd973c59a31cf 100644
|
| --- a/chrome/common/extensions/docs/static/manifest.html
|
| +++ b/chrome/common/extensions/docs/static/manifest.html
|
| @@ -566,6 +566,11 @@ table.
|
| <a href="notifications.html">Desktop Notifications</a>.</td>
|
| </tr>
|
| <tr>
|
| + <td> "privacy" </td>
|
| + <td> Required if the extension uses the
|
| + <a href="privacy.html">chrome.privacy</a> module. </td>
|
| +</tr>
|
| +<tr>
|
| <td> "proxy" </td>
|
| <td> Required if the extension uses the
|
| <a href="proxy.html">chrome.proxy</a> module. </td>
|
|
|