| Index: Modules/quota/StorageUsageCallback.idl
|
| diff --git a/Modules/quota/StorageInfoUsageCallback.idl b/Modules/quota/StorageUsageCallback.idl
|
| similarity index 97%
|
| rename from Modules/quota/StorageInfoUsageCallback.idl
|
| rename to Modules/quota/StorageUsageCallback.idl
|
| index fe190cdf9f0b442b01730fa52896390190943783..f419264e0e9ff832ba4d732ecb7ad0e1abac76f8 100644
|
| --- a/Modules/quota/StorageInfoUsageCallback.idl
|
| +++ b/Modules/quota/StorageUsageCallback.idl
|
| @@ -31,6 +31,6 @@
|
| [
|
| Conditional=QUOTA,
|
| Callback
|
| -] interface StorageInfoUsageCallback {
|
| +] interface StorageUsageCallback {
|
| boolean handleEvent(in unsigned long long currentUsageInBytes, in unsigned long long currentQuotaInBytes);
|
| };
|
|
|