| Index: webkit/fileapi/file_system_quota_util.h
|
| diff --git a/webkit/fileapi/file_system_quota_util.h b/webkit/fileapi/file_system_quota_util.h
|
| index 40b8aad9839fa45ba193ba6543c63bb669c88f71..5ba638a031942ad8a7ce517644902951faabeb8d 100644
|
| --- a/webkit/fileapi/file_system_quota_util.h
|
| +++ b/webkit/fileapi/file_system_quota_util.h
|
| @@ -91,6 +91,9 @@ class FileSystemQuotaUtil {
|
| virtual void EndUpdateOriginOnFileThread(const GURL& origin_url,
|
| fileapi::FileSystemType type) = 0;
|
|
|
| + virtual void InvalidateUsageCache(const GURL& origin_url,
|
| + fileapi::FileSystemType type) = 0;
|
| +
|
| Proxy* proxy() { return proxy_.get(); }
|
|
|
| protected:
|
|
|