| 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 227841301fafe575af4cc67a8e6096af6f8ca555..8d06466525ca9a7c99f76505c6ccf12bfe098177 100644
|
| --- a/chrome/common/extensions/docs/permission_warnings.html
|
| +++ b/chrome/common/extensions/docs/permission_warnings.html
|
| @@ -547,6 +547,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>
|
|
|