summaryrefslogtreecommitdiffstats
path: root/content/common/file_system/file_system_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/file_system/file_system_dispatcher.h')
-rw-r--r--content/common/file_system/file_system_dispatcher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/common/file_system/file_system_dispatcher.h b/content/common/file_system/file_system_dispatcher.h
index 6481cbc..e61a518 100644
--- a/content/common/file_system/file_system_dispatcher.h
+++ b/content/common/file_system/file_system_dispatcher.h
@@ -84,7 +84,8 @@ class FileSystemDispatcher : public IPC::Channel::Listener {
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,