Index: webkit/plugins/ppapi/mock_plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h |
index 46ba02cf5818672debec29431f82e26b4b29b6b2..abb16d7b15cf80ffaa02e03e8d09459400ffc034 100644 |
--- a/webkit/plugins/ppapi/mock_plugin_delegate.h |
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.h |
@@ -61,9 +61,6 @@ class MockPluginDelegate : public PluginDelegate { |
int total, |
bool final_result); |
virtual void SelectedFindResultChanged(int identifier, int index); |
- virtual bool RunFileChooser( |
- const WebKit::WebFileChooserParams& params, |
- WebKit::WebFileChooserCompletion* chooser_completion); |
virtual bool AsyncOpenFile(const FilePath& path, |
int flags, |
const AsyncOpenFileCallback& callback); |