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

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

Issue 8352042: Update contentSettings extension API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix link Created 9 years, 2 months 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/static/experimental.contentSettings.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/manifest.html
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html
index 40abfea024d4130ce2beb1a98dabaa689637559a..cbed44762af5dc05fcbbb95853b04d5abd0405f9 100644
--- a/chrome/common/extensions/docs/static/manifest.html
+++ b/chrome/common/extensions/docs/static/manifest.html
@@ -494,7 +494,11 @@ table.
for hosted apps</b>; it's recommended for extensions and packaged apps.
</td>
</tr>
-
+<tr>
+ <td> "contentSettings" </td>
+ <td> Required if the extension uses the
+ <a href="contentSettings.html">chrome.contentSettings</a> module. </td>
+</tr>
<tr>
<td> "contextMenus" </td>
<td> Required if the extension uses the
« no previous file with comments | « chrome/common/extensions/docs/static/experimental.contentSettings.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698