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

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

Issue 10775002: Added storage to manifest permissions table. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 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
« no previous file with comments | « chrome/common/extensions/docs/extensions/manifest.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
===================================================================
--- chrome/common/extensions/docs/static/manifest.html (revision 145918)
+++ chrome/common/extensions/docs/static/manifest.html (working copy)
@@ -598,6 +598,11 @@
<a href="proxy.html">chrome.proxy</a> module. </td>
</tr>
<tr>
+ <td> "storage" </td>
+ <td> Required if the extension uses the
+ <a href="storage.html">chrome.storage</a> module. </td>
+</tr>
+<tr>
<td> "tabs" </td>
<td> Required if the extension uses the
<a href="tabs.html">chrome.tabs</a> or
« no previous file with comments | « chrome/common/extensions/docs/extensions/manifest.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698