| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index bbb8d7e7d661b7c8d2554f8d7773351f0d8c0878..8a1a6e11a96f66360b4a8dc9db396475bcd6be18 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -124,6 +124,8 @@ class ExtensionHost : public TabContentsDelegate,
|
| const gfx::Size& pref_size) OVERRIDE;
|
| virtual content::JavaScriptDialogCreator* GetJavaScriptDialogCreator()
|
| OVERRIDE;
|
| + virtual void RunFileChooser(
|
| + TabContents* tab, const content::FileChooserParams& params) OVERRIDE;
|
| virtual void AddNewContents(TabContents* source,
|
| TabContents* new_contents,
|
| WindowOpenDisposition disposition,
|
|
|