| 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 0203aa5c73a24459ac4f53ddc60d6ae63aed98a7..5f8319fbc6a7c8f0863f0c81e57341fcc6266a97 100644
|
| --- a/chrome/common/extensions/docs/permission_warnings.html
|
| +++ b/chrome/common/extensions/docs/permission_warnings.html
|
| @@ -701,6 +701,20 @@ that trigger them.
|
| </ul>
|
| </td>
|
| </tr>
|
| +
|
| +<tr>
|
| + <td style="font-weight:bold">
|
| + <!-- IDS_EXTENSION_PROMPT_WARNING_PRIVACY-->
|
| + Privacy-related settings
|
| + </td>
|
| + <td>
|
| + "privacy" permission
|
| + </td>
|
| + <td>
|
| + The "privacy" permission is required by the
|
| + <a href="privacy.html"><code>chrome.privacy</code></a> module.
|
| + </td>
|
| +</tr>
|
| </tbody></table>
|
| <p></p>
|
|
|
|
|