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

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

Issue 8510003: Merge 108704 - "contentSettings" permission not listed in permission warnings (Closed) Base URL: svn://svn.chromium.org/chrome/branches/912/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
===================================================================
--- chrome/common/extensions/docs/static/permission_warnings.html (revision 109201)
+++ chrome/common/extensions/docs/static/permission_warnings.html (working copy)
@@ -204,6 +204,23 @@
<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