| 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>
|
|
|
|
|