diff options
Diffstat (limited to 'webkit/fileapi/file_system_quota.cc')
-rw-r--r-- | webkit/fileapi/file_system_quota.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/fileapi/file_system_quota.cc b/webkit/fileapi/file_system_quota.cc index eb69beb..7133082 100644 --- a/webkit/fileapi/file_system_quota.cc +++ b/webkit/fileapi/file_system_quota.cc @@ -13,6 +13,10 @@ namespace fileapi { const int64 FileSystemQuota::kUnknownSize = -1; +FileSystemQuota::FileSystemQuota() {} + +FileSystemQuota::~FileSystemQuota() {} + bool FileSystemQuota::CheckOriginQuota(const GURL& origin, int64) { return CheckIfOriginGrantedUnlimitedQuota(origin); } |