 Chromium Code Reviews
 Chromium Code Reviews Issue 6864040:
  Fixed file/directory url resolution for external mount point provider.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 6864040:
  Fixed file/directory url resolution for external mount point provider.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| Index: webkit/fileapi/file_system_context.h | 
| =================================================================== | 
| --- webkit/fileapi/file_system_context.h (revision 82172) | 
| +++ webkit/fileapi/file_system_context.h (working copy) | 
| @@ -37,7 +37,8 @@ | 
| const FilePath& profile_path, | 
| bool is_incognito, | 
| bool allow_file_access_from_files, | 
| - bool unlimited_quota); | 
| + bool unlimited_quota, | 
| + FileSystemPathManager* path_manager); | 
| ~FileSystemContext(); | 
| // This method can be called on any thread. |