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

Unified Diff: webkit/browser/fileapi/file_system_context.h

Issue 18668003: SyncFS: Introduce SyncFileSystemBackend (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 7 years, 5 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/browser/fileapi/file_system_context.h
diff --git a/webkit/browser/fileapi/file_system_context.h b/webkit/browser/fileapi/file_system_context.h
index 3237783fbb8be7f2c82e42d2cd8e15d23018766c..3f8400992d90fa47041b2b272fd804f3d20c82fa 100644
--- a/webkit/browser/fileapi/file_system_context.h
+++ b/webkit/browser/fileapi/file_system_context.h
@@ -235,6 +235,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemContext
void EnableTemporaryFileSystemInIncognito();
#endif
+ SandboxContext* sandbox_context() const { return sandbox_context_.get(); }
kinuko 2013/07/24 06:04:06 We're returning a pointer to a member variable, un
nhiroki 2013/07/24 10:22:58 Done.
+
private:
typedef std::map<FileSystemType, FileSystemBackend*>
FileSystemBackendMap;

Powered by Google App Engine
This is Rietveld 408576698