| Index: chrome/common/extensions/docs/extensions/webRequest.html
|
| diff --git a/chrome/common/extensions/docs/extensions/webRequest.html b/chrome/common/extensions/docs/extensions/webRequest.html
|
| index c9662a7ee1de883dbfaee01a25e5ed0df653a673..62434420d86ff90b3c717bb710deca6b0e2b082b 100644
|
| --- a/chrome/common/extensions/docs/extensions/webRequest.html
|
| +++ b/chrome/common/extensions/docs/extensions/webRequest.html
|
| @@ -224,6 +224,14 @@
|
| <a href="#apiReference">API reference: chrome.webRequest</a>
|
| <ol>
|
| <li>
|
| + <a href="#properties">Properties</a>
|
| + <ol>
|
| + <li>
|
| + <a href="#property-MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES">MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES</a>
|
| + </li>
|
| + </ol>
|
| + </li>
|
| + <li>
|
| <a href="#global-methods">Methods</a>
|
| <ol>
|
| <li>
|
| @@ -546,7 +554,38 @@ samples</a>.</p>
|
| <a name="apiReference"></a>
|
| <h2>API reference: chrome.webRequest</h2>
|
| <!-- PROPERTIES -->
|
| - <!-- /apiGroup -->
|
| + <div class="apiGroup">
|
| + <a name="properties"></a>
|
| + <h3 id="properties">Properties</h3>
|
| + <div>
|
| + <a name="property-MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES"></a>
|
| + <h4>MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES</h4>
|
| + <div class="summary">
|
| + <!-- Note: intentionally longer 80 columns -->
|
| + <span>chrome.webRequest.</span><span>MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES</span>
|
| + </div>
|
| + <div>
|
| + <dt>
|
| + <var>MAX_HANDLER_BEHAVIOR_CHANGED_CALLS_PER_10_MINUTES</var>
|
| + <em>
|
| + <!-- TYPE -->
|
| + <div style="display:inline">
|
| + (
|
| + <span id="typeTemplate">
|
| + <code>20</code>
|
| + </span>
|
| + )
|
| + </div>
|
| + </em>
|
| + </dt>
|
| + <dd>The maximum number of times that <code>handlerBehaviorChanged</code> can be called per 10 minute sustained interval. <code>handlerBehaviorChanged</code> is an expensive function call that shouldn't be called often.</dd>
|
| + <!-- OBJECT PROPERTIES -->
|
| + <!-- OBJECT METHODS -->
|
| + <!-- OBJECT EVENT FIELDS -->
|
| + <!-- FUNCTION PARAMETERS -->
|
| + </div>
|
| + </div>
|
| + </div> <!-- /apiGroup -->
|
| <!-- METHODS -->
|
| <div id="methodsTemplate" class="apiGroup">
|
| <a name="global-methods"></a>
|
|
|