| 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(); }
|
| +
|
| private:
|
| typedef std::map<FileSystemType, FileSystemBackend*>
|
| FileSystemBackendMap;
|
|
|