| Index: chrome/common/extensions/docs/manifest.html
|
| diff --git a/chrome/common/extensions/docs/manifest.html b/chrome/common/extensions/docs/manifest.html
|
| index 4299ad09ce02a094b8029368428ab3de1c9f23c0..e1f4746b567fb106f173b3e6158503f5da67b0d6 100644
|
| --- a/chrome/common/extensions/docs/manifest.html
|
| +++ b/chrome/common/extensions/docs/manifest.html
|
| @@ -944,6 +944,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>
|
|
|