Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8887)

Unified Diff: chrome/common/extensions/docs/static/permission_warnings.html

Issue 8471001: Include the contentSettings permission in the list of permissions triggering a warning (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/permission_warnings.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/common/extensions/docs/permission_warnings.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698