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

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

Issue 2840038: Move context menu module out of experimental. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: kathy changes Created 10 years, 5 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/static/manifest.html
diff --git a/chrome/common/extensions/docs/static/manifest.html b/chrome/common/extensions/docs/static/manifest.html
index 1cb3ce4a5011b72958641a79c0fb7887e5c3e935..2842ef3b6dbded0c73ffde5b548df44134e98263 100644
--- a/chrome/common/extensions/docs/static/manifest.html
+++ b/chrome/common/extensions/docs/static/manifest.html
@@ -264,6 +264,11 @@ The following table lists the permissions an extension can use.
</td>
</tr>
<tr>
+ <td> "contextMenus" </td>
+ <td> Required if the extension uses the
+ <a href="contextMenus.html">context menus</a> module. </td>
+</tr>
+<tr>
<td> "cookies" </td>
<td> Required if the extension uses the
<a href="cookies.html">chrome.cookies</a> module. </td>
« no previous file with comments | « chrome/common/extensions/docs/static/experimental.contextMenus.html ('k') | chrome/common/extensions/docs/tabs.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698