Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(715)

Unified Diff: webkit/fileapi/file_system_context.h

Issue 6603034: Stop returning the true root path of each filesystem from openFileSystem.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/fileapi/file_system_context.h
===================================================================
--- webkit/fileapi/file_system_context.h (revision 79142)
+++ webkit/fileapi/file_system_context.h (working copy)
@@ -25,6 +25,7 @@
class FileSystemContext;
class FileSystemPathManager;
class FileSystemUsageTracker;
+class SandboxMountPointProvider;
struct DefaultContextDeleter;
@@ -54,6 +55,7 @@
private:
friend struct DefaultContextDeleter;
void DeleteOnCorrectThread() const;
+ SandboxMountPointProvider* sandbox_provider() const;
scoped_refptr<base::MessageLoopProxy> file_message_loop_;
scoped_refptr<base::MessageLoopProxy> io_message_loop_;
« no previous file with comments | « content/common/file_system/webfilesystem_callback_dispatcher.cc ('k') | webkit/fileapi/file_system_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698