Chromium Code Reviews| Index: webkit/fileapi/file_system_path_manager_unittest.cc |
| =================================================================== |
| --- webkit/fileapi/file_system_path_manager_unittest.cc (revision 81576) |
| +++ webkit/fileapi/file_system_path_manager_unittest.cc (working copy) |
| @@ -173,7 +173,7 @@ |
| return true; |
| } |
| - virtual bool IsLocalFileSystemAccessAllowed(const GURL& origin) { |
| + virtual bool IsFileHanlder(const std::string& unused) { |
|
michaeln
2011/04/14 21:25:34
nit: unused -> extension_id
zel
2011/04/14 21:46:20
Done.
|
| return true; |
| } |
| }; |