| 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,
|
|
|