Index: content/common/file_system/file_system_dispatcher.h |
=================================================================== |
--- content/common/file_system/file_system_dispatcher.h (revision 79607) |
+++ content/common/file_system/file_system_dispatcher.h (working copy) |
@@ -84,7 +84,8 @@ |
const FilePath& root_path); |
void OnDidSucceed(int request_id); |
void OnDidReadMetadata(int request_id, |
- const base::PlatformFileInfo& file_info); |
+ const base::PlatformFileInfo& file_info, |
+ const FilePath& platform_path); |
void OnDidReadDirectory( |
int request_id, |
const std::vector<base::FileUtilProxy::Entry>& entries, |