Index: chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc |
=================================================================== |
--- chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc (revision 270145) |
+++ chrome/browser/renderer_host/pepper/pepper_output_protection_message_filter.cc (working copy) |
@@ -261,12 +261,12 @@ |
int32_t PepperOutputProtectionMessageFilter::OnResourceMessageReceived( |
const IPC::Message& msg, |
ppapi::host::HostMessageContext* context) { |
- IPC_BEGIN_MESSAGE_MAP(PepperOutputProtectionMessageFilter, msg) |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_OutputProtection_QueryStatus, |
- OnQueryStatus); |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL( |
- PpapiHostMsg_OutputProtection_EnableProtection, OnEnableProtection); |
- IPC_END_MESSAGE_MAP() |
+ PPAPI_BEGIN_MESSAGE_MAP(PepperOutputProtectionMessageFilter, msg) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL_0( |
+ PpapiHostMsg_OutputProtection_QueryStatus, OnQueryStatus); |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL( |
+ PpapiHostMsg_OutputProtection_EnableProtection, OnEnableProtection); |
+ PPAPI_END_MESSAGE_MAP() |
return PP_ERROR_FAILED; |
} |