Index: chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.cc |
=================================================================== |
--- chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.cc (revision 270145) |
+++ chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.cc (working copy) |
@@ -42,10 +42,11 @@ |
ppapi::host::HostMessageContext* context) { |
DCHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI)); |
- IPC_BEGIN_MESSAGE_MAP(PepperPlatformVerificationMessageFilter, msg) |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL( |
- PpapiHostMsg_PlatformVerification_ChallengePlatform, OnChallengePlatform) |
- IPC_END_MESSAGE_MAP() |
+ PPAPI_BEGIN_MESSAGE_MAP(PepperPlatformVerificationMessageFilter, msg) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL( |
+ PpapiHostMsg_PlatformVerification_ChallengePlatform, |
+ OnChallengePlatform) |
+ PPAPI_END_MESSAGE_MAP() |
return PP_ERROR_FAILED; |
} |