summaryrefslogtreecommitdiffstats
path: root/chrome/common/temp_scaffolding_stubs.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/temp_scaffolding_stubs.h')
-rw-r--r--chrome/common/temp_scaffolding_stubs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome/common/temp_scaffolding_stubs.h b/chrome/common/temp_scaffolding_stubs.h
index f73eb3f..69bdbbb 100644
--- a/chrome/common/temp_scaffolding_stubs.h
+++ b/chrome/common/temp_scaffolding_stubs.h
@@ -373,9 +373,14 @@ class SelectFileDialog : public base::RefCountedThreadSafe<SelectFileDialog> {
class Listener {
public:
};
+ struct FileTypeInfo {
+ std::vector<std::vector<FilePath::StringType> > extensions;
+ std::vector<string16> extension_description_overrides;
+ bool include_all_files;
+ };
void ListenerDestroyed() { NOTIMPLEMENTED(); }
void SelectFile(Type, const string16&, const FilePath&,
- const std::wstring&, int, const FilePath::StringType&,
+ const FileTypeInfo*, int, const FilePath::StringType&,
gfx::NativeWindow, void*) { NOTIMPLEMENTED(); }
static SelectFileDialog* Create(WebContents*) {
NOTIMPLEMENTED();