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

Unified Diff: webkit/quota/quota_callbacks.h

Issue 15950004: [Quota] Wire up limited origin usage retrieving. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix test expectation Created 7 years, 7 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: webkit/quota/quota_callbacks.h
diff --git a/webkit/quota/quota_callbacks.h b/webkit/quota/quota_callbacks.h
index 5da12e13e46d5c2c05b62217d832a54bec2f733a..fa60c313a8dec96416f69dfcbd552d906f28ece5 100644
--- a/webkit/quota/quota_callbacks.h
+++ b/webkit/quota/quota_callbacks.h
@@ -70,6 +70,8 @@ class CallbackQueue {
typedef CallbackQueue<GlobalUsageCallback,
Tuple2<int64, int64> >
GlobalUsageCallbackQueue;
+typedef CallbackQueue<UsageCallback, Tuple1<int64> >
+ UsageCallbackQueue;
typedef CallbackQueue<AvailableSpaceCallback,
Tuple2<QuotaStatusCode, int64> >
AvailableSpaceCallbackQueue;

Powered by Google App Engine
This is Rietveld 408576698