Index: chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc |
=================================================================== |
--- chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc (revision 270145) |
+++ chrome/browser/renderer_host/pepper/pepper_flash_browser_host.cc (working copy) |
@@ -64,14 +64,14 @@ |
int32_t PepperFlashBrowserHost::OnResourceMessageReceived( |
const IPC::Message& msg, |
ppapi::host::HostMessageContext* context) { |
- IPC_BEGIN_MESSAGE_MAP(PepperFlashBrowserHost, msg) |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_Flash_UpdateActivity, |
- OnUpdateActivity); |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_Flash_GetLocalTimeZoneOffset, |
- OnGetLocalTimeZoneOffset); |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL_0( |
- PpapiHostMsg_Flash_GetLocalDataRestrictions, OnGetLocalDataRestrictions); |
- IPC_END_MESSAGE_MAP() |
+ PPAPI_BEGIN_MESSAGE_MAP(PepperFlashBrowserHost, msg) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_Flash_UpdateActivity, |
+ OnUpdateActivity) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_Flash_GetLocalTimeZoneOffset, |
+ OnGetLocalTimeZoneOffset) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL_0( |
+ PpapiHostMsg_Flash_GetLocalDataRestrictions, OnGetLocalDataRestrictions) |
+ PPAPI_END_MESSAGE_MAP() |
return PP_ERROR_FAILED; |
} |