summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/sandbox_mount_point_provider.h
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-05 14:16:32 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-05 14:16:32 +0000
commita6d281e49c9c761432832c72fdbd42685f2dded8 (patch)
tree47cc0b8b6c6c67b7f55ec6077504f62721a753a0 /webkit/fileapi/sandbox_mount_point_provider.h
parent2702b6511ac7c84db52cbc70f4aca7bc7ca5331a (diff)
downloadchromium_src-a6d281e49c9c761432832c72fdbd42685f2dded8.zip
chromium_src-a6d281e49c9c761432832c72fdbd42685f2dded8.tar.gz
chromium_src-a6d281e49c9c761432832c72fdbd42685f2dded8.tar.bz2
2nd try: Plumbing for LocalChangeObserver
This is a bit awkward as the sync/change status is kept on IO thread while changes are recorded on FILE thread, but should work. BUG=156599 TEST=LocalFileSyncServiceTest.LocalChangeObserver\* TBR=tzik@chromium.org Original review: http://codereview.chromium.org/11365032/ Review URL: https://codereview.chromium.org/11362080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165934 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/sandbox_mount_point_provider.h')
-rw-r--r--webkit/fileapi/sandbox_mount_point_provider.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h
index 99819d8..98ee129 100644
--- a/webkit/fileapi/sandbox_mount_point_provider.h
+++ b/webkit/fileapi/sandbox_mount_point_provider.h
@@ -181,6 +181,13 @@ class WEBKIT_STORAGE_EXPORT SandboxMountPointProvider
const GURL& origin_url,
FileSystemType type) const;
+ // Returns a path to the usage cache file (static version).
+ static FilePath GetUsageCachePathForOriginAndType(
+ ObfuscatedFileUtil* sandbox_file_util,
+ const GURL& origin_url,
+ FileSystemType type,
+ base::PlatformFileError* error_out);
+
FilePath OldCreateFileSystemRootPath(
const GURL& origin_url, FileSystemType type);