| Index: webkit/quota/quota_manager.h
|
| diff --git a/webkit/quota/quota_manager.h b/webkit/quota/quota_manager.h
|
| index 8bcaae5374c1b1d46ac1367d0158c18d15385bd0..a5f0fe28e48ced5ddbcfd0d15bcd876f26e83070 100644
|
| --- a/webkit/quota/quota_manager.h
|
| +++ b/webkit/quota/quota_manager.h
|
| @@ -202,9 +202,9 @@ class WEBKIT_STORAGE_EXPORT QuotaManager
|
|
|
| bool IsStorageUnlimited(const GURL& origin, StorageType type) const;
|
|
|
| - bool IsInstalledApp(const GURL& origin) const {
|
| + bool CanQueryDiskSize(const GURL& origin) const {
|
| return special_storage_policy_.get() &&
|
| - special_storage_policy_->IsInstalledApp(origin);
|
| + special_storage_policy_->CanQueryDiskSize(origin);
|
| }
|
|
|
| virtual void GetOriginsModifiedSince(StorageType type,
|
|
|