diff options
Diffstat (limited to 'content/renderer/pepper/pepper_plugin_delegate_impl.h')
-rw-r--r-- | content/renderer/pepper/pepper_plugin_delegate_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.h b/content/renderer/pepper/pepper_plugin_delegate_impl.h index 09e3986..83d3103 100644 --- a/content/renderer/pepper/pepper_plugin_delegate_impl.h +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.h @@ -377,7 +377,6 @@ class PepperPluginDelegateImpl virtual int EnumerateDevices( PP_DeviceType_Dev type, const EnumerateDevicesCallback& callback) OVERRIDE; - virtual void StopEnumerateDevices(int request_id) OVERRIDE; virtual webkit_glue::ClipboardClient* CreateClipboardClient() const OVERRIDE; virtual std::string GetDeviceID() OVERRIDE; virtual PP_FlashLSORestrictions GetLocalDataRestrictions( |