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

Unified Diff: chrome/browser/extensions/extension_function.h

Issue 8491033: Extension Settings API: throttle the API in the same way that the Bookmarks API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync, use SingletonBucketMapper Created 9 years, 1 month 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 | « no previous file | chrome/browser/extensions/settings/settings_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/extension_function.h
diff --git a/chrome/browser/extensions/extension_function.h b/chrome/browser/extensions/extension_function.h
index 21fd897645f7311c1c4b59904b992ae9ab45d08a..0a3c8e10cee41a950a74b7dea9536e05349bc9c3 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 {}
tim (not reviewing) 2011/11/17 18:59:52 I think the bookmark_extension_api is missing the
not at google - send to devlin 2011/11/18 03:49:00 Done.
// Called when the quota limit has been exceeded. The default implementation
// returns an error.
« no previous file with comments | « no previous file | chrome/browser/extensions/settings/settings_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698