| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 315af0225691f68d5a4d55e268e8a6764caa80cd..d1a415d00d3fab766286f40d9052611a67c5a6e0 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;
|
| }
|
|
|
| @@ -687,6 +688,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,
|
|
|