Index: chrome/renderer/render_view.h |
=================================================================== |
--- chrome/renderer/render_view.h (revision 36330) |
+++ chrome/renderer/render_view.h (working copy) |
@@ -95,6 +95,7 @@ |
class WebMediaPlayerClient; |
class WebStorageNamespace; |
class WebURLRequest; |
+struct WebFileChooserParams; |
struct WebFindOptions; |
} |
@@ -214,9 +215,7 @@ |
virtual void updateSpellingUIWithMisspelledWord( |
const WebKit::WebString& word); |
virtual bool runFileChooser( |
- bool multi_select, |
- const WebKit::WebString& title, |
- const WebKit::WebString& initial_value, |
+ const WebKit::WebFileChooserParams& params, |
WebKit::WebFileChooserCompletion* chooser_completion); |
virtual void runModalAlertDialog( |
WebKit::WebFrame* frame, const WebKit::WebString& message); |