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

Unified Diff: chrome/common/extensions/docs/webRequest.html

Issue 8770051: Add a few permissions to the optional permission whitelist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years 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/types.html ('k') | chrome/common/extensions/extension_permission_set.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/webRequest.html
diff --git a/chrome/common/extensions/docs/webRequest.html b/chrome/common/extensions/docs/webRequest.html
index 19af262777ffdd8beb5441932f4c3ee447d896d3..582660b5bab711b6150dee633b6b55560df5fced 100644
--- a/chrome/common/extensions/docs/webRequest.html
+++ b/chrome/common/extensions/docs/webRequest.html
@@ -366,11 +366,11 @@
<li>
<a href="#global-methods">Methods</a>
<ol>
- <li>
+ <li style="display: none; ">
<a href="#method-anchor">methodName</a>
- </li><li>
+ </li><li style="display: none; ">
<a href="#method-anchor">methodName</a>
- </li><li style="">
+ </li><li>
<a href="#method-handlerBehaviorChanged">handlerBehaviorChanged</a>
</li>
</ol>
@@ -823,7 +823,7 @@ chrome.windows.onRemoved.addListener(
<h3>Methods</h3>
<!-- iterates over all functions -->
- <div class="apiItem">
+ <div class="apiItem" style="display: none; ">
<a></a> <!-- method-anchor -->
<h4>method name</h4>
@@ -889,7 +889,7 @@ chrome.windows.onRemoved.addListener(
</p>
</div> <!-- /description -->
- </div><div class="apiItem">
+ </div><div class="apiItem" style="display: none; ">
<a></a> <!-- method-anchor -->
<h4>method name</h4>
@@ -955,7 +955,7 @@ chrome.windows.onRemoved.addListener(
</p>
</div> <!-- /description -->
- </div><div class="apiItem" style="">
+ </div><div class="apiItem">
<a name="method-handlerBehaviorChanged"></a> <!-- method-anchor -->
<h4>handlerBehaviorChanged</h4>
« no previous file with comments | « chrome/common/extensions/docs/types.html ('k') | chrome/common/extensions/extension_permission_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698