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 d2ae4ac036eb79ea3d7b8e7528b13afd64b41722..8420cc28126d151892881ca53f709531cfbf7028 100644 |
--- a/webkit/browser/fileapi/file_system_context.h |
+++ b/webkit/browser/fileapi/file_system_context.h |
@@ -238,6 +238,8 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemContext |
void EnableTemporaryFileSystemInIncognito(); |
#endif |
+ SandboxContext* sandbox_context() { return sandbox_context_.get(); } |
+ |
private: |
typedef std::map<FileSystemType, FileSystemBackend*> |
FileSystemBackendMap; |