summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_function.h
diff options
context:
space:
mode:
authorkalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-20 02:36:24 +0000
committerkalman@chromium.org <kalman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-20 02:36:24 +0000
commit9e89338a346aa580f1be18e3b7fe7ffa30107b99 (patch)
treecce2a79fc1c96891d16b60793b41067dd2c50667 /chrome/browser/extensions/extension_function.h
parent454a0c410c8cdf43e8240cfdff0e34559e046c58 (diff)
downloadchromium_src-9e89338a346aa580f1be18e3b7fe7ffa30107b99.zip
chromium_src-9e89338a346aa580f1be18e3b7fe7ffa30107b99.tar.gz
chromium_src-9e89338a346aa580f1be18e3b7fe7ffa30107b99.tar.bz2
Extension Settings API: throttle the API in the same way that the Bookmarks API
is throttled. BUG=98498 TEST=*ExtensionSettings* Review URL: http://codereview.chromium.org/8491033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_function.h')
-rw-r--r--chrome/browser/extensions/extension_function.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_function.h b/chrome/browser/extensions/extension_function.h
index 4b1fb5f..e85455a 100644
--- a/chrome/browser/extensions/extension_function.h
+++ b/chrome/browser/extensions/extension_function.h
@@ -82,7 +82,7 @@ class ExtensionFunction
// Returns a quota limit heuristic suitable for this function.
// No quota limiting by default.
virtual void GetQuotaLimitHeuristics(
- std::list<QuotaLimitHeuristic*>* heuristics) const {}
+ QuotaLimitHeuristics* heuristics) const {}
// Called when the quota limit has been exceeded. The default implementation
// returns an error.