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

Unified Diff: content/common/quota_messages.h

Issue 142903002: Quota: Return a pair of usage and granted_quota on requesting quota. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « content/child/quota_dispatcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/quota_messages.h
diff --git a/content/common/quota_messages.h b/content/common/quota_messages.h
index b7b45b85e0b6bd9920cec459885b5d53d8c40511..fe35a34634e2a9ff8dec78a61616b57867c6b307 100644
--- a/content/common/quota_messages.h
+++ b/content/common/quota_messages.h
@@ -16,8 +16,9 @@ IPC_ENUM_TRAITS(quota::QuotaStatusCode)
// Quota messages sent from the browser to the child process.
-IPC_MESSAGE_CONTROL2(QuotaMsg_DidGrantStorageQuota,
+IPC_MESSAGE_CONTROL3(QuotaMsg_DidGrantStorageQuota,
int /* request_id */,
+ int64 /* current_usage */,
int64 /* granted_quota */)
IPC_MESSAGE_CONTROL3(QuotaMsg_DidQueryStorageUsageAndQuota,
« no previous file with comments | « content/child/quota_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698