Index: chrome/renderer/pepper_plugin_delegate_impl.h |
=================================================================== |
--- chrome/renderer/pepper_plugin_delegate_impl.h (revision 54935) |
+++ chrome/renderer/pepper_plugin_delegate_impl.h (working copy) |
@@ -19,6 +19,11 @@ |
class PluginInstance; |
} |
+namespace WebKit { |
+class WebFileChooserCompletion; |
+struct WebFileChooserParams; |
+} |
+ |
class PepperPluginDelegateImpl |
: public pepper::PluginDelegate, |
public base::SupportsWeakPtr<PepperPluginDelegateImpl> { |
@@ -43,6 +48,9 @@ |
int total, |
bool final_result); |
virtual void DidChangeSelectedFindResult(int identifier, int index); |
+ virtual bool RunFileChooser( |
+ const WebKit::WebFileChooserParams& params, |
+ WebKit::WebFileChooserCompletion* chooser_completion); |
private: |
// Pointer to the RenderView that owns us. |