| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 6c24eb606040bd8359e655f8db6cad2fbfcf534c..62351176729080a72e01a1350b89917cd2c41ff3 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -85,6 +85,7 @@ class Point;
|
| }
|
|
|
| namespace ui {
|
| +struct SelectedFileInfo;
|
| class WebDialogDelegate;
|
| }
|
|
|
| @@ -665,6 +666,10 @@ class Browser : public TabStripModelObserver,
|
| virtual void FileSelected(const FilePath& path,
|
| int index,
|
| void* params) OVERRIDE;
|
| + virtual void FileSelectedWithExtraInfo(
|
| + const ui::SelectedFileInfo& file_info,
|
| + int index,
|
| + void* params) OVERRIDE;
|
|
|
| // Overridden from content::NotificationObserver:
|
| virtual void Observe(int type,
|
|
|