| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| index e666ab411edd164889bb7e9a8acf49c5cc6d8da9..56e129b63e05f1a2c0909b50cacbd25c129af5bb 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc
|
| @@ -130,12 +130,6 @@ void MockPluginDelegate::NumberOfFindResultsChanged(int identifier,
|
| void MockPluginDelegate::SelectedFindResultChanged(int identifier, int index) {
|
| }
|
|
|
| -bool MockPluginDelegate::RunFileChooser(
|
| - const WebKit::WebFileChooserParams& params,
|
| - WebKit::WebFileChooserCompletion* chooser_completion) {
|
| - return false;
|
| -}
|
| -
|
| bool MockPluginDelegate::AsyncOpenFile(const FilePath& path,
|
| int flags,
|
| const AsyncOpenFileCallback& callback) {
|
|
|