Index: webkit/fileapi/file_system_path_manager.h |
=================================================================== |
--- webkit/fileapi/file_system_path_manager.h (revision 80410) |
+++ webkit/fileapi/file_system_path_manager.h (working copy) |
@@ -93,6 +93,10 @@ |
return sandbox_provider_.get(); |
} |
+ FileSystemMountPointProvider* local_provider() const { |
+ return local_provider_.get(); |
+ } |
+ |
bool is_incognito() const { |
return is_incognito_; |
} |