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 f65649ed53df65d00c02822f1aafd80bf5c83d32..5cbb25158f9b4b5d8b8412ea7ee64702977172a1 100644 |
--- a/chrome/browser/extensions/api/file_system/file_system_api.h |
+++ b/chrome/browser/extensions/api/file_system/file_system_api.h |
@@ -78,6 +78,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); |