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

Unified Diff: Modules/quota/StorageUsageCallback.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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: 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);
};

Powered by Google App Engine
This is Rietveld 408576698