From 073a04f0599beb27670d8a6738fcbbc22fa97bcf Mon Sep 17 00:00:00 2001 From: "ericu@google.com" Date: Thu, 24 Mar 2011 00:49:40 +0000 Subject: Stop returning the true root path of each filesystem from openFileSystem. Instead, return the FileSystem URI of the root. This will make it easier to swap in different filesystem implementations. BUG=71635 TEST=Just a couple in FileSystemUtilTests, but a bunch of existing ones [this doesn't add much new functionality]. Review URL: http://codereview.chromium.org/6603034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79228 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/fileapi/file_system_context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'webkit/fileapi/file_system_context.h') diff --git a/webkit/fileapi/file_system_context.h b/webkit/fileapi/file_system_context.h index 0da1d99..16e3551 100644 --- a/webkit/fileapi/file_system_context.h +++ b/webkit/fileapi/file_system_context.h @@ -25,6 +25,7 @@ namespace fileapi { class FileSystemContext; class FileSystemPathManager; class FileSystemUsageTracker; +class SandboxMountPointProvider; struct DefaultContextDeleter; @@ -54,6 +55,7 @@ class FileSystemContext private: friend struct DefaultContextDeleter; void DeleteOnCorrectThread() const; + SandboxMountPointProvider* sandbox_provider() const; scoped_refptr file_message_loop_; scoped_refptr io_message_loop_; -- cgit v1.1