Commit 0a3ef0e3 authored by mihaip@chromium.org's avatar mihaip@chromium.org

Added storage to manifest permissions table.

Mihai, might need help landing this. Getting presubmit errors even after a recent sync and a proper build.

Meggin

Review URL: https://chromiumcodereview.appspot.com/10775002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146169 0039d316-1c4b-4281-b951-d872f2087c98
parent 82669cac
......@@ -736,6 +736,11 @@ table.
<td> Required if the extension uses the
<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
......
......@@ -765,6 +765,11 @@ table.
<td> Required if the extension uses the
<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
......
......@@ -597,6 +597,11 @@ table.
<td> Required if the extension uses the
<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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment