Chromium Code Reviews| 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; |