| Index: content/renderer/pepper/pepper_plugin_delegate_impl.h
|
| ===================================================================
|
| --- content/renderer/pepper/pepper_plugin_delegate_impl.h (revision 148913)
|
| +++ content/renderer/pepper/pepper_plugin_delegate_impl.h (working copy)
|
| @@ -377,6 +377,7 @@
|
| virtual int EnumerateDevices(
|
| PP_DeviceType_Dev type,
|
| const EnumerateDevicesCallback& callback) OVERRIDE;
|
| + virtual int StopEnumerateDevices(int request_id) OVERRIDE;
|
| virtual webkit_glue::ClipboardClient* CreateClipboardClient() const OVERRIDE;
|
| virtual std::string GetDeviceID() OVERRIDE;
|
|
|
|
|