| Index: ppapi/proxy/device_enumeration_resource_helper.h
|
| diff --git a/ppapi/proxy/device_enumeration_resource_helper.h b/ppapi/proxy/device_enumeration_resource_helper.h
|
| index a2574ec6461bfdd566bf8843fce7748a7af92bf6..cea31537df2845474f2e0f57c6f4e622ccec4b08 100644
|
| --- a/ppapi/proxy/device_enumeration_resource_helper.h
|
| +++ b/ppapi/proxy/device_enumeration_resource_helper.h
|
| @@ -37,8 +37,6 @@ class PPAPI_PROXY_EXPORT DeviceEnumerationResourceHelper
|
| explicit DeviceEnumerationResourceHelper(PluginResource* owner);
|
| ~DeviceEnumerationResourceHelper();
|
|
|
| - int32_t EnumerateDevices0_2(PP_Resource* devices,
|
| - scoped_refptr<TrackedCallback> callback);
|
| int32_t EnumerateDevices(const PP_ArrayOutput& output,
|
| scoped_refptr<TrackedCallback> callback);
|
| int32_t EnumerateDevicesSync(const PP_ArrayOutput& output);
|
| @@ -52,11 +50,6 @@ class PPAPI_PROXY_EXPORT DeviceEnumerationResourceHelper
|
| void LastPluginRefWasDeleted();
|
|
|
| private:
|
| - void OnPluginMsgEnumerateDevicesReply0_2(
|
| - PP_Resource* devices_resource,
|
| - scoped_refptr<TrackedCallback> callback,
|
| - const ResourceMessageReplyParams& params,
|
| - const std::vector<DeviceRefData>& devices);
|
| void OnPluginMsgEnumerateDevicesReply(
|
| const PP_ArrayOutput& output,
|
| scoped_refptr<TrackedCallback> callback,
|
|
|