Index: webkit/quota/quota_types.h |
diff --git a/webkit/quota/quota_types.h b/webkit/quota/quota_types.h |
index c478c96a214f9b7dc0f3d1c9aae39f0f922adce8..ca6103b2228b32d380cd3010e22e16b74a88a47e 100644 |
--- a/webkit/quota/quota_types.h |
+++ b/webkit/quota/quota_types.h |
@@ -46,12 +46,8 @@ typedef base::Callback<void(StorageType status, |
typedef base::Callback<void(QuotaStatusCode status, |
StorageType type, |
int64 quota)> QuotaCallback; |
-// TODO(kinuko,nhiroki): HostUsageCallback could be probably replaced with |
-// simple Callback<void(int64)> callback by binding host and type with Bind. |
typedef base::Callback<void(int64 usage)> UsageCallback; |
typedef base::Callback<void(QuotaStatusCode status, |
- const std::string& host, |
- StorageType type, |
int64 quota)> HostQuotaCallback; |
kinuko
2012/09/19 09:29:24
nit: can you add a TODO comment to note that we sh
calvinlo
2012/09/19 11:20:51
Done.
|
typedef base::Callback<void(QuotaStatusCode, int64)> AvailableSpaceCallback; |
typedef base::Callback<void(QuotaStatusCode)> StatusCallback; |