Index: content/renderer/pepper/pepper_device_enumeration_host_helper.cc |
=================================================================== |
--- content/renderer/pepper/pepper_device_enumeration_host_helper.cc (revision 270145) |
+++ content/renderer/pepper/pepper_device_enumeration_host_helper.cc (working copy) |
@@ -115,15 +115,16 @@ |
HostMessageContext* context, |
bool* handled) { |
*handled = true; |
- IPC_BEGIN_MESSAGE_MAP(PepperDeviceEnumerationHostHelper, msg) |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL_0( |
- PpapiHostMsg_DeviceEnumeration_EnumerateDevices, OnEnumerateDevices) |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL( |
- PpapiHostMsg_DeviceEnumeration_MonitorDeviceChange, OnMonitorDeviceChange) |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL_0( |
- PpapiHostMsg_DeviceEnumeration_StopMonitoringDeviceChange, |
- OnStopMonitoringDeviceChange) |
- IPC_END_MESSAGE_MAP() |
+ PPAPI_BEGIN_MESSAGE_MAP(PepperDeviceEnumerationHostHelper, msg) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL_0( |
+ PpapiHostMsg_DeviceEnumeration_EnumerateDevices, OnEnumerateDevices) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL( |
+ PpapiHostMsg_DeviceEnumeration_MonitorDeviceChange, |
+ OnMonitorDeviceChange) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL_0( |
+ PpapiHostMsg_DeviceEnumeration_StopMonitoringDeviceChange, |
+ OnStopMonitoringDeviceChange) |
+ PPAPI_END_MESSAGE_MAP() |
*handled = false; |
return PP_ERROR_FAILED; |