diff options
-rw-r--r-- | webkit/quota/quota_client.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/quota/quota_client.h b/webkit/quota/quota_client.h index 06c4ceb..a91348d 100644 --- a/webkit/quota/quota_client.h +++ b/webkit/quota/quota_client.h @@ -35,10 +35,9 @@ class QuotaClient { kDatabase = 1 << 2, kAppcache = 1 << 3, kIndexedDatabase = 1 << 4, + kAllClientsMask = -1, }; - static const int kAllClientsMask = -1; - virtual ID id() const = 0; // Called when the quota manager is destroyed. |