| 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 93a8db29af9950bd6bfaf487307c5a642ccbf5e6..7a5678a11249865b3fae0c8b0342a87b969ac9e1 100644
|
| --- a/chrome/common/extensions/docs/static/permission_warnings.html
|
| +++ b/chrome/common/extensions/docs/static/permission_warnings.html
|
| @@ -204,6 +204,23 @@ that trigger them.
|
|
|
| <tr>
|
| <td style="font-weight:bold">
|
| + <!-- IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS -->
|
| + Settings that specify whether websites can use features such as cookies, JavaScript, and plug-ins
|
| + </td>
|
| + <td>
|
| + <!-- HasEffectiveBrowsingHistoryPermission -->
|
| + "contentSettings" permission
|
| + </td>
|
| + <td>
|
| + <p>
|
| + The "contentSettings" permission is required by
|
| + <a href="contentSettings.html"><code>chrome.contentSettings</code></a>.
|
| + </p>
|
| + </td>
|
| +</tr>
|
| +
|
| +<tr>
|
| + <td style="font-weight:bold">
|
| <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS -->
|
| Your data on all websites
|
| </td>
|
|
|