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

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

Issue 8395008: Merge 107097 - Update contentSettings extension API docs. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/912/src/
Patch Set: 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
Index: chrome/common/extensions/docs/manifest.html
===================================================================
--- chrome/common/extensions/docs/manifest.html (revision 107134)
+++ chrome/common/extensions/docs/manifest.html (working copy)
@@ -836,8 +836,12 @@
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
<a href="contextMenus.html">chrome.contextMenus</a> module. </td>

Powered by Google App Engine
This is Rietveld 408576698