Index: chrome/browser/extensions/api/file_system/file_system_api.h |
diff --git a/chrome/browser/extensions/api/file_system/file_system_api.h b/chrome/browser/extensions/api/file_system/file_system_api.h |
index ec3293d4022061cda0b067e6024ba367d944de09..bfb9a8d629f9f094960019cc1854f86b774664c7 100644 |
--- a/chrome/browser/extensions/api/file_system/file_system_api.h |
+++ b/chrome/browser/extensions/api/file_system/file_system_api.h |
@@ -70,6 +70,7 @@ class FileSystemChooseFileFunction : public FileSystemEntryFunction { |
virtual ~FileSystemChooseFileFunction() {} |
virtual bool RunImpl() OVERRIDE; |
bool ShowPicker(const FilePath& suggested_path, |
+ const SelectFileDialog::FileTypeInfo& file_type_info, |
SelectFileDialog::Type picker_type, |
EntryType entry_type); |