| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| index d7d367bd0e40fc2624c3fc30c73f611b4fedca85..984ae122dae3a56610d35eaf768a27dcd1ff2a86 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| @@ -58,11 +58,9 @@ class PluginModule;
|
| }
|
|
|
| namespace WebKit {
|
| -class WebFileChooserCompletion;
|
| class WebGamepads;
|
| class WebMouseEvent;
|
| struct WebCompositionUnderline;
|
| -struct WebFileChooserParams;
|
| }
|
|
|
| namespace content {
|
| @@ -209,9 +207,6 @@ class PepperPluginDelegateImpl
|
| int total,
|
| bool final_result) OVERRIDE;
|
| virtual void SelectedFindResultChanged(int identifier, int index) OVERRIDE;
|
| - virtual bool RunFileChooser(
|
| - const WebKit::WebFileChooserParams& params,
|
| - WebKit::WebFileChooserCompletion* chooser_completion) OVERRIDE;
|
| virtual bool AsyncOpenFile(const FilePath& path,
|
| int flags,
|
| const AsyncOpenFileCallback& callback) OVERRIDE;
|
|
|