Index: webkit/plugins/ppapi/plugin_delegate.h |
=================================================================== |
--- webkit/plugins/ppapi/plugin_delegate.h (revision 148913) |
+++ webkit/plugins/ppapi/plugin_delegate.h (working copy) |
@@ -658,6 +658,8 @@ |
// callback will be the same as the return value. |
virtual int EnumerateDevices(PP_DeviceType_Dev type, |
const EnumerateDevicesCallback& callback) = 0; |
+ // Stop enumerating devices of the specified type. |
+ virtual int StopEnumerateDevices(int request_id) = 0; |
// Create a ClipboardClient for writing to the clipboard. The caller will own |
// the pointer to this. |
virtual webkit_glue::ClipboardClient* CreateClipboardClient() const = 0; |