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

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

Issue 10871034: Make all quota-exceeding messages in the storage API explain what the failure (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update... the other error message Created 8 years, 4 months 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
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>
« no previous file with comments | « chrome/common/extensions/docs/extensions/bookmarks.html ('k') | chrome/common/extensions/docs/server2/static/css/site.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698