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/tabs.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/tabs.html')
-rw-r--r-- | chrome/common/extensions/docs/tabs.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chrome/common/extensions/docs/tabs.html b/chrome/common/extensions/docs/tabs.html index 1c9a955..c2943e1 100644 --- a/chrome/common/extensions/docs/tabs.html +++ b/chrome/common/extensions/docs/tabs.html @@ -341,11 +341,11 @@ <a href="#method-executeScript">executeScript</a> </li><li> <a href="#method-get">get</a> - </li><li> + </li><li style="display: none; "> <a href="#method-anchor">methodName</a> </li><li> <a href="#method-getCurrent">getCurrent</a> - </li><li> + </li><li style="display: none; "> <a href="#method-anchor">methodName</a> </li><li> <a href="#method-highlight">highlight</a> @@ -361,7 +361,7 @@ <a href="#method-remove">remove</a> </li><li> <a href="#method-sendRequest">sendRequest</a> - </li><li style=""> + </li><li> <a href="#method-update">update</a> </li> </ol> @@ -383,9 +383,9 @@ <a href="#event-onMoved">onMoved</a> </li><li> <a href="#event-onRemoved">onRemoved</a> - </li><li> + </li><li style="display: none; "> <a href="#event-anchor">eventName</a> - </li><li style=""> + </li><li> <a href="#event-onUpdated">onUpdated</a> </li> </ol> @@ -2913,7 +2913,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> @@ -3177,7 +3177,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> @@ -6348,7 +6348,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> @@ -8847,7 +8847,7 @@ For other examples and for help in viewing the source code, see </dl> </div> <!-- /description --> - </div><div class="apiItem"> + </div><div class="apiItem" style="display: none; "> <a></a> <h4>event name</h4> @@ -8894,7 +8894,7 @@ For other examples and for help in viewing the source code, see </dl> </div> <!-- /description --> - </div><div class="apiItem" style=""> + </div><div class="apiItem"> <a name="event-onUpdated"></a> <h4>onUpdated</h4> |