| Index: webkit/fileapi/file_system_context.h
|
| diff --git a/webkit/fileapi/file_system_context.h b/webkit/fileapi/file_system_context.h
|
| index ef99df85db93f140e756f96fc157fed40d839e6a..043f5dd38575c8a8394795c6bd04387034f2cd60 100644
|
| --- a/webkit/fileapi/file_system_context.h
|
| +++ b/webkit/fileapi/file_system_context.h
|
| @@ -55,6 +55,7 @@ class FileSystemContext
|
| bool DeleteDataForOriginOnFileThread(const GURL& origin_url);
|
| bool DeleteDataForOriginAndTypeOnFileThread(const GURL& origin_url,
|
| FileSystemType type);
|
| + void RecalculateUsage(const GURL& origin_url, FileSystemType type);
|
|
|
| FileSystemPathManager* path_manager() const { return path_manager_.get(); }
|
| quota::QuotaManagerProxy* quota_manager_proxy() const {
|
|
|