Index: webkit/quota/special_storage_policy.h |
diff --git a/webkit/quota/special_storage_policy.h b/webkit/quota/special_storage_policy.h |
index a048f63bff1dc2a85d4a52c56f4a5217f53877e7..a7ceed1cfd4d35f99a016c434a500cd297eb5487 100644 |
--- a/webkit/quota/special_storage_policy.h |
+++ b/webkit/quota/special_storage_policy.h |
@@ -39,8 +39,9 @@ class WEBKIT_STORAGE_EXPORT SpecialStoragePolicy |
// Unlimited storage is not subject to 'quotas'. |
virtual bool IsStorageUnlimited(const GURL& origin) = 0; |
- // Installed apps have access to the size of the remaining disk capacity. |
- virtual bool IsInstalledApp(const GURL& origin) = 0; |
+ // Some origins (e.g. installed apps) have access to the size of the remaining |
+ // disk capacity. |
+ virtual bool CanQueryDiskSize(const GURL& origin) = 0; |
// Checks if extension identified with |extension_id| is registered as |
// file handler. |