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

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 77587)
+++ webkit/fileapi/file_system_context.h (working copy)
@@ -8,6 +8,7 @@
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
#include "webkit/quota/special_storage_policy.h"
+#include "webkit/fileapi/sandbox_mount_point_provider.h"
class FilePath;
class GURL;
@@ -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_;

Powered by Google App Engine
This is Rietveld 408576698