summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_test_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/file_system_test_helper.h')
-rw-r--r--webkit/fileapi/file_system_test_helper.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/fileapi/file_system_test_helper.h b/webkit/fileapi/file_system_test_helper.h
index 2cf8ebb..c813cf7 100644
--- a/webkit/fileapi/file_system_test_helper.h
+++ b/webkit/fileapi/file_system_test_helper.h
@@ -53,6 +53,9 @@ class FileSystemTestOriginHelper {
GURL GetURLForPath(const FilePath& path) const;
FilePath GetUsageCachePath() const;
+ int64 GetCachedOriginUsage() const;
+ int64 ComputeCurrentOriginUsage() const;
+
FileSystemOperation* NewOperation(
FileSystemCallbackDispatcher* callback_dispatcher);
FileSystemOperationContext* NewOperationContext();
@@ -75,6 +78,7 @@ class FileSystemTestOriginHelper {
const GURL origin_;
const FileSystemType type_;
FileSystemFileUtil* file_util_;
+ int64 initial_usage_size_;
};
} // namespace fileapi