summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs
diff options
context:
space:
mode:
authorkalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-27 22:48:28 +0000
committerkalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-27 22:48:28 +0000
commite651dd113b135303a2ea0ac1f35c55acf56615bd (patch)
tree3886b32f5e18c75a1b369c56c0fd0d0c81a468ce /chrome/common/extensions/docs
parent45ea0fbbb18f26d72bffbdedb8200a60177e9534 (diff)
downloadchromium_src-e651dd113b135303a2ea0ac1f35c55acf56615bd.zip
chromium_src-e651dd113b135303a2ea0ac1f35c55acf56615bd.tar.gz
chromium_src-e651dd113b135303a2ea0ac1f35c55acf56615bd.tar.bz2
Add "storage" to permission_warnings.html.
BUG=114984 TEST= Review URL: https://chromiumcodereview.appspot.com/9474021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123816 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs')
-rw-r--r--chrome/common/extensions/docs/permission_warnings.html1
-rw-r--r--chrome/common/extensions/docs/samples.json1
-rw-r--r--chrome/common/extensions/docs/static/permission_warnings.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/extensions/docs/permission_warnings.html b/chrome/common/extensions/docs/permission_warnings.html
index 62784fe..a27264a 100644
--- a/chrome/common/extensions/docs/permission_warnings.html
+++ b/chrome/common/extensions/docs/permission_warnings.html
@@ -552,6 +552,7 @@ The following permissions don't result in a warning:
<li>"experimental"</li>
<li>"idle"</li>
<li>"notifications"</li>
+ <li>"storage"</li>
<li>"unlimitedStorage"</li>
<li>"webRequest"</li>
<li>"webRequestBlocking"</li>
diff --git a/chrome/common/extensions/docs/samples.json b/chrome/common/extensions/docs/samples.json
index 6ac42d9..4dd6b06 100644
--- a/chrome/common/extensions/docs/samples.json
+++ b/chrome/common/extensions/docs/samples.json
@@ -71,6 +71,7 @@
"chrome.experimental.extension.onInstalled": "experimental.extension.html#event-onInstalled",
"chrome.experimental.fontSettings.getFontName": "experimental.fontSettings.html#method-getFontName",
"chrome.experimental.infobars.show": "experimental.infobars.html#method-show",
+ "chrome.experimental.keybinding.onCommand": "experimental.keybinding.html#event-onCommand",
"chrome.experimental.speechInput.isRecording": "experimental.speechInput.html#method-isRecording",
"chrome.experimental.speechInput.onError": "experimental.speechInput.html#event-onError",
"chrome.experimental.speechInput.onResult": "experimental.speechInput.html#event-onResult",
diff --git a/chrome/common/extensions/docs/static/permission_warnings.html b/chrome/common/extensions/docs/static/permission_warnings.html
index e88f295..c8eb354 100644
--- a/chrome/common/extensions/docs/static/permission_warnings.html
+++ b/chrome/common/extensions/docs/static/permission_warnings.html
@@ -387,6 +387,7 @@ The following permissions don't result in a warning:
<li>"experimental"</li>
<li>"idle"</li>
<li>"notifications"</li>
+ <li>"storage"</li>
<li>"unlimitedStorage"</li>
<li>"webRequest"</li>
<li>"webRequestBlocking"</li>