| 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 34c4b1ea373b078045f1d7294708597040d545b5..e88f295e39633c1f8bd3f26bd03d385005df5a87 100644
|
| --- a/chrome/common/extensions/docs/static/permission_warnings.html
|
| +++ b/chrome/common/extensions/docs/static/permission_warnings.html
|
| @@ -355,6 +355,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>
|
| </table>
|
| </p>
|
|
|
|
|