diff options
author | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-02 23:58:00 +0000 |
---|---|---|
committer | jstritar@chromium.org <jstritar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-02 23:58:00 +0000 |
commit | fc64692f01e1337c43b537c96e0c419f1b209916 (patch) | |
tree | a302f5e32a753aca26d73f58c127ce9768f113f8 /chrome/common/extensions/docs/bookmarks.html | |
parent | a9718acb5ecacdbb83abe82adc8f427ed97eb107 (diff) | |
download | chromium_src-fc64692f01e1337c43b537c96e0c419f1b209916.zip chromium_src-fc64692f01e1337c43b537c96e0c419f1b209916.tar.gz chromium_src-fc64692f01e1337c43b537c96e0c419f1b209916.tar.bz2 |
Add a few permissions to the optional permission whitelist.
Whitelists the following permissions:
- contentSettings
- pageCapture
- webNavigation
- webRequest
- webRequestBlocking
BUG=105630
TEST=existing
Review URL: http://codereview.chromium.org/8770051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112821 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/bookmarks.html')
-rw-r--r-- | chrome/common/extensions/docs/bookmarks.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/common/extensions/docs/bookmarks.html b/chrome/common/extensions/docs/bookmarks.html index fc88bee..c0b257b 100644 --- a/chrome/common/extensions/docs/bookmarks.html +++ b/chrome/common/extensions/docs/bookmarks.html @@ -338,7 +338,7 @@ <ol> <li> <a href="#method-create">create</a> - </li><li> + </li><li style="display: none; "> <a href="#method-anchor">methodName</a> </li><li> <a href="#method-get">get</a> @@ -350,7 +350,7 @@ <a href="#method-getSubTree">getSubTree</a> </li><li> <a href="#method-getTree">getTree</a> - </li><li> + </li><li style="display: none; "> <a href="#method-anchor">methodName</a> </li><li> <a href="#method-move">move</a> @@ -360,7 +360,7 @@ <a href="#method-removeTree">removeTree</a> </li><li> <a href="#method-search">search</a> - </li><li style=""> + </li><li> <a href="#method-update">update</a> </li> </ol> @@ -1091,7 +1091,7 @@ For other examples and for help in viewing the source code, see </p> </div> <!-- /description --> - </div><div class="apiItem"> + </div><div class="apiItem" style="display: none; "> <a></a> <!-- method-anchor --> <h4>method name</h4> @@ -2480,7 +2480,7 @@ For other examples and for help in viewing the source code, see </p> </div> <!-- /description --> - </div><div class="apiItem"> + </div><div class="apiItem" style="display: none; "> <a></a> <!-- method-anchor --> <h4>method name</h4> @@ -3707,7 +3707,7 @@ For other examples and for help in viewing the source code, see </p> </div> <!-- /description --> - </div><div class="apiItem" style=""> + </div><div class="apiItem"> <a name="method-update"></a> <!-- method-anchor --> <h4>update</h4> |