Skip to content

Instantly share code, notes, and snippets.

@omo
Created April 25, 2014 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omo/11274718 to your computer and use it in GitHub Desktop.
Save omo/11274718 to your computer and use it in GitHub Desktop.
List of IPC Messages
IPC_MESSAGE_ROUTED4(ExtensionMsg_Response, int , bool , base::ListValue , std::string )
IPC_MESSAGE_ROUTED5(ExtensionMsg_MessageInvoke, std::string , std::string , std::string , base::ListValue , bool )
IPC_MESSAGE_CONTROL1(ExtensionMsg_SetFunctionNames, std::vector<std::string>)
IPC_MESSAGE_CONTROL2(ExtensionMsg_SetSystemFont, std::string , std::string )
IPC_MESSAGE_CONTROL1(ExtensionMsg_ActivateExtension, std::string )
IPC_MESSAGE_CONTROL1(ExtensionMsg_Loaded, std::vector<ExtensionMsg_Loaded_Params>)
IPC_MESSAGE_CONTROL1(ExtensionMsg_Unloaded, std::string)
IPC_MESSAGE_CONTROL1(ExtensionMsg_SetScriptingWhitelist, extensions::ExtensionsClient::ScriptingWhitelist)
IPC_MESSAGE_ROUTED1(ExtensionMsg_ExecuteCode, ExtensionMsg_ExecuteCode_Params)
IPC_MESSAGE_CONTROL1(ExtensionMsg_UpdateUserScripts, base::SharedMemoryHandle)
IPC_MESSAGE_ROUTED1(ExtensionMsg_UpdateBrowserWindowId, int )
IPC_MESSAGE_ROUTED1(ExtensionMsg_SetTabId, int )
IPC_MESSAGE_CONTROL1(ExtensionMsg_UpdatePermissions, ExtensionMsg_UpdatePermissions_Params)
IPC_MESSAGE_CONTROL4(ExtensionMsg_UpdateTabSpecificPermissions, int32 , int , std::string , extensions::URLPatternSet )
IPC_MESSAGE_CONTROL2(ExtensionMsg_ClearTabSpecificPermissions, int , std::vector<std::string> )
IPC_MESSAGE_ROUTED1(ExtensionMsg_NotifyRenderViewType, extensions::ViewType )
IPC_MESSAGE_CONTROL3(ExtensionMsg_UsingWebRequestAPI, bool , bool , bool )
IPC_MESSAGE_CONTROL2(ExtensionMsg_ShouldSuspend, std::string , int )
IPC_MESSAGE_CONTROL1(ExtensionMsg_Suspend, std::string )
IPC_MESSAGE_CONTROL1(ExtensionMsg_CancelSuspend, std::string )
IPC_MESSAGE_ROUTED2(ExtensionMsg_GetAppInstallStateResponse, std::string , int32 )
IPC_MESSAGE_ROUTED5(ExtensionMsg_DispatchOnConnect, int , std::string , base::DictionaryValue , ExtensionMsg_ExternalConnectionInfo, std::string )
IPC_MESSAGE_ROUTED2(ExtensionMsg_DeliverMessage, int , extensions::Message)
IPC_MESSAGE_ROUTED2(ExtensionMsg_DispatchOnDisconnect, int , std::string )
IPC_MESSAGE_CONTROL1(ExtensionMsg_SetChannel, int )
IPC_MESSAGE_ROUTED2(ExtensionMsg_AddMessageToConsole, content::ConsoleMessageLevel , std::string )
IPC_MESSAGE_ROUTED0(ExtensionMsg_AppWindowClosed)
IPC_MESSAGE_CONTROL1(ExtensionMsg_WatchPages, std::vector<std::string> )
IPC_MESSAGE_ROUTED1(ExtensionHostMsg_Request, ExtensionHostMsg_Request_Params)
IPC_MESSAGE_CONTROL2(ExtensionHostMsg_RequestForIOThread, int , ExtensionHostMsg_Request_Params)
IPC_MESSAGE_CONTROL2(ExtensionHostMsg_AddListener, std::string , std::string )
IPC_MESSAGE_CONTROL2(ExtensionHostMsg_RemoveListener, std::string , std::string )
IPC_MESSAGE_CONTROL2(ExtensionHostMsg_AddLazyListener, std::string , std::string )
IPC_MESSAGE_CONTROL2(ExtensionHostMsg_RemoveLazyListener, std::string , std::string )
IPC_MESSAGE_CONTROL4(ExtensionHostMsg_AddFilteredListener, std::string , std::string , base::DictionaryValue , bool )
IPC_MESSAGE_CONTROL4(ExtensionHostMsg_RemoveFilteredListener, std::string , std::string , base::DictionaryValue , bool )
IPC_MESSAGE_ROUTED0(ExtensionHostMsg_EventAck)
IPC_SYNC_MESSAGE_CONTROL4_1(ExtensionHostMsg_OpenChannelToExtension, int , ExtensionMsg_ExternalConnectionInfo, std::string , bool , int )
IPC_SYNC_MESSAGE_CONTROL3_1(ExtensionHostMsg_OpenChannelToNativeApp, int , std::string , std::string , int )
IPC_SYNC_MESSAGE_CONTROL4_1(ExtensionHostMsg_OpenChannelToTab, int , int , std::string , std::string , int )
IPC_MESSAGE_ROUTED2(ExtensionHostMsg_PostMessage, int , extensions::Message)
IPC_MESSAGE_CONTROL2(ExtensionHostMsg_CloseChannel, int , std::string )
IPC_SYNC_MESSAGE_CONTROL1_1(ExtensionHostMsg_GetMessageBundle, std::string , SubstitutionMap )
IPC_MESSAGE_ROUTED5( ExtensionHostMsg_ExecuteCodeFinished, int , std::string , int32 , GURL , base::ListValue )
IPC_MESSAGE_ROUTED3(ExtensionHostMsg_ContentScriptsExecuting, ExecutingScriptsMap, int32 , GURL )
IPC_MESSAGE_ROUTED3(ExtensionHostMsg_GetAppInstallState, GURL , int32 , int32 )
IPC_MESSAGE_ROUTED1(ExtensionHostMsg_ResponseAck, int )
IPC_MESSAGE_CONTROL2(ExtensionHostMsg_ShouldSuspendAck, std::string , int )
IPC_MESSAGE_CONTROL1(ExtensionHostMsg_SuspendAck, std::string )
IPC_MESSAGE_ROUTED0(ExtensionHostMsg_IncrementLazyKeepaliveCount)
IPC_MESSAGE_ROUTED0(ExtensionHostMsg_DecrementLazyKeepaliveCount)
IPC_SYNC_MESSAGE_CONTROL0_1(ExtensionHostMsg_GenerateUniqueID, int )
IPC_MESSAGE_CONTROL1(ExtensionHostMsg_ResumeRequests, int )
IPC_MESSAGE_ROUTED1(ExtensionHostMsg_UpdateDraggableRegions, std::vector<extensions::DraggableRegion> )
IPC_MESSAGE_CONTROL2(ExtensionHostMsg_AddAPIActionToActivityLog, std::string , ExtensionHostMsg_APIActionOrEvent_Params)
IPC_MESSAGE_CONTROL2(ExtensionHostMsg_AddEventToActivityLog, std::string , ExtensionHostMsg_APIActionOrEvent_Params)
IPC_MESSAGE_CONTROL2(ExtensionHostMsg_AddDOMActionToActivityLog, std::string , ExtensionHostMsg_DOMAction_Params)
IPC_MESSAGE_ROUTED1(ExtensionHostMsg_OnWatchedPageChange, std::vector<std::string> )
IPC_MESSAGE_CONTROL2(PpapiMsg_LoadPlugin, base::FilePath , ppapi::PpapiPermissions )
IPC_MESSAGE_CONTROL3(PpapiMsg_CreateChannel, base::ProcessId , int , bool )
IPC_MESSAGE_CONTROL1(PpapiMsg_InitializeNaClDispatcher, ppapi::PpapiNaClPluginArgs )
IPC_MESSAGE_CONTROL0(PpapiMsg_Crash)
IPC_MESSAGE_CONTROL0(PpapiMsg_Hang)
IPC_SYNC_MESSAGE_CONTROL1_1(PpapiMsg_ReserveInstanceId, PP_Instance , bool )
IPC_MESSAGE_CONTROL1(PpapiMsg_SetPreferences, ppapi::Preferences)
IPC_SYNC_MESSAGE_CONTROL1_1(PpapiMsg_SupportsInterface, std::string , bool )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_LogInterfaceUsage, int )
IPC_MESSAGE_CONTROL1(PpapiMsg_SetNetworkState, bool )
IPC_MESSAGE_CONTROL2(PpapiMsg_GetSitesWithData, uint32 , base::FilePath )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_GetSitesWithDataResult, uint32 , std::vector<std::string> )
IPC_MESSAGE_CONTROL5(PpapiMsg_ClearSiteData, uint32 , base::FilePath , std::string , uint64 , uint64 )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_ClearSiteDataResult, uint32 , bool )
IPC_MESSAGE_CONTROL2(PpapiMsg_DeauthorizeContentLicenses, uint32 , base::FilePath )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_DeauthorizeContentLicensesResult, uint32 , bool )
IPC_MESSAGE_CONTROL3(PpapiMsg_GetPermissionSettings, uint32 , base::FilePath , PP_Flash_BrowserOperations_SettingType )
IPC_MESSAGE_CONTROL4( PpapiHostMsg_GetPermissionSettingsResult, uint32 , bool , PP_Flash_BrowserOperations_Permission , ppapi::FlashSiteSettings )
IPC_MESSAGE_CONTROL5(PpapiMsg_SetDefaultPermission, uint32 , base::FilePath , PP_Flash_BrowserOperations_SettingType , PP_Flash_BrowserOperations_Permission , bool )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_SetDefaultPermissionResult, uint32 , bool )
IPC_MESSAGE_CONTROL4(PpapiMsg_SetSitePermission, uint32 , base::FilePath , PP_Flash_BrowserOperations_SettingType , ppapi::FlashSiteSettings )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_SetSitePermissionResult, uint32 , bool )
IPC_SYNC_MESSAGE_CONTROL2_1(PpapiMsg_ConnectToPlugin, PP_Instance , IPC::PlatformFileForTransit , int32_t )
IPC_MESSAGE_ROUTED4(PpapiMsg_PPBAudio_NotifyAudioStreamCreated, ppapi::HostResource , int32_t , ppapi::proxy::SerializedHandle , ppapi::proxy::SerializedHandle )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPBGraphics3D_SwapBuffersACK, ppapi::HostResource , int32_t )
IPC_MESSAGE_ROUTED1(PpapiMsg_PPBImageData_NotifyUnusedImageData, ppapi::HostResource )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPBInstance_MouseLockComplete, PP_Instance , int32_t )
IPC_SYNC_MESSAGE_ROUTED3_2(PpapiMsg_PPPClass_HasProperty, int64 , int64 , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , bool )
IPC_SYNC_MESSAGE_ROUTED3_2(PpapiMsg_PPPClass_HasMethod, int64 , int64 , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , bool )
IPC_SYNC_MESSAGE_ROUTED3_2(PpapiMsg_PPPClass_GetProperty, int64 , int64 , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiMsg_PPPClass_EnumerateProperties, int64 , int64 , std::vector<ppapi::proxy::SerializedVar> , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED4_1(PpapiMsg_PPPClass_SetProperty, int64 , int64 , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED3_1(PpapiMsg_PPPClass_RemoveProperty, int64 , int64 , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED4_2(PpapiMsg_PPPClass_Call, int64 , int64 , ppapi::proxy::SerializedVar , std::vector<ppapi::proxy::SerializedVar> , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED3_2(PpapiMsg_PPPClass_Construct, int64 , int64 , std::vector<ppapi::proxy::SerializedVar> , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPClass_Deallocate, int64 , int64 )
IPC_MESSAGE_ROUTED1(PpapiMsg_PPPGraphics3D_ContextLost, PP_Instance )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPInputEvent_HandleInputEvent, PP_Instance , ppapi::InputEventData )
IPC_SYNC_MESSAGE_ROUTED2_1(PpapiMsg_PPPInputEvent_HandleFilteredInputEvent, PP_Instance , ppapi::InputEventData , PP_Bool )
IPC_SYNC_MESSAGE_ROUTED3_1(PpapiMsg_PPPInstance_DidCreate, PP_Instance , std::vector<std::string> , std::vector<std::string> , PP_Bool )
IPC_SYNC_MESSAGE_ROUTED1_0(PpapiMsg_PPPInstance_DidDestroy, PP_Instance )
IPC_MESSAGE_ROUTED3(PpapiMsg_PPPInstance_DidChangeView, PP_Instance , ppapi::ViewData , PP_Bool )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPInstance_DidChangeFocus, PP_Instance , PP_Bool )
IPC_MESSAGE_ROUTED3(PpapiMsg_PPPInstance_HandleDocumentLoad, PP_Instance , int , ppapi::URLResponseInfoData )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPMessaging_HandleMessage, PP_Instance , ppapi::proxy::SerializedVar )
IPC_MESSAGE_ROUTED1(PpapiMsg_PPPMouseLock_MouseLockLost, PP_Instance )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPPdf_Rotate, PP_Instance , bool )
IPC_MESSAGE_ROUTED2(PpapiPluginMsg_PPPFind_StartFind, PP_Instance , std::string )
IPC_MESSAGE_ROUTED2(PpapiPluginMsg_PPPFind_SelectFindResult, PP_Instance , PP_Bool )
IPC_MESSAGE_ROUTED1(PpapiPluginMsg_PPPFind_StopFind, PP_Instance )
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBInstance_SetPluginToHandleFindRequests, PP_Instance )
IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_NumberOfFindResultsChanged, PP_Instance , int32_t , PP_Bool )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_SelectFindResultChanged, PP_Instance , int32_t )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_SetTickmarks, PP_Instance , std::vector<PP_Rect> )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPPrinting_QuerySupportedFormats, PP_Instance , uint32_t )
IPC_SYNC_MESSAGE_ROUTED2_1(PpapiMsg_PPPPrinting_Begin, PP_Instance , std::string , int32_t )
IPC_SYNC_MESSAGE_ROUTED2_1(PpapiMsg_PPPPrinting_PrintPages, PP_Instance , std::vector<PP_PrintPageNumberRange_Dev> , ppapi::HostResource )
IPC_MESSAGE_ROUTED1(PpapiMsg_PPPPrinting_End, PP_Instance )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPPrinting_IsScalingDisabled, PP_Instance , bool )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPTextInput_RequestSurroundingText, PP_Instance , uint32_t )
IPC_MESSAGE_ROUTED3( PpapiMsg_PPBBroker_ConnectComplete, ppapi::HostResource , IPC::PlatformFileForTransit , int32_t )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPContentDecryptor_Initialize, PP_Instance , ppapi::proxy::SerializedVar )
IPC_MESSAGE_ROUTED4(PpapiMsg_PPPContentDecryptor_CreateSession, PP_Instance , uint32_t , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_LoadSession, PP_Instance , uint32_t , ppapi::proxy::SerializedVar )
IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_UpdateSession, PP_Instance , uint32_t , ppapi::proxy::SerializedVar )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPContentDecryptor_ReleaseSession, PP_Instance , uint32_t )
IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_Decrypt, PP_Instance , ppapi::proxy::PPPDecryptor_Buffer , std::string )
IPC_MESSAGE_ROUTED3( PpapiMsg_PPPContentDecryptor_InitializeAudioDecoder, PP_Instance , std::string , ppapi::proxy::PPPDecryptor_Buffer )
IPC_MESSAGE_ROUTED3( PpapiMsg_PPPContentDecryptor_InitializeVideoDecoder, PP_Instance , std::string , ppapi::proxy::PPPDecryptor_Buffer )
IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_DeinitializeDecoder, PP_Instance , PP_DecryptorStreamType , uint32_t )
IPC_MESSAGE_ROUTED3(PpapiMsg_PPPContentDecryptor_ResetDecoder, PP_Instance , PP_DecryptorStreamType , uint32_t )
IPC_MESSAGE_ROUTED4(PpapiMsg_PPPContentDecryptor_DecryptAndDecode, PP_Instance , PP_DecryptorStreamType , ppapi::proxy::PPPDecryptor_Buffer , std::string )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiMsg_PPPInstancePrivate_GetInstanceObject, PP_Instance , ppapi::proxy::SerializedVar )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Keepalive)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_ChannelCreated, IPC::ChannelHandle )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_StartupInitializationComplete)
IPC_MESSAGE_CONTROL4(PpapiHostMsg_LogWithSource, PP_Instance , int , std::string , std::string )
IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBAudio_Create, PP_Instance , int32_t , uint32_t , ppapi::HostResource )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBAudio_StartOrStop, ppapi::HostResource , bool )
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBCore_AddRefResource, ppapi::HostResource)
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBCore_ReleaseResource, ppapi::HostResource)
IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBGraphics3D_Create, PP_Instance , ppapi::HostResource , std::vector<int32_t> , ppapi::HostResource )
IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_SetGetBuffer, ppapi::HostResource , int32 )
IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBGraphics3D_GetState, ppapi::HostResource , gpu::CommandBuffer::State , bool )
IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBGraphics3D_WaitForTokenInRange, ppapi::HostResource , int32 , int32 , gpu::CommandBuffer::State , bool )
IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBGraphics3D_WaitForGetOffsetInRange, ppapi::HostResource , int32 , int32 , gpu::CommandBuffer::State , bool )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBGraphics3D_AsyncFlush, ppapi::HostResource , int32 )
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBGraphics3D_CreateTransferBuffer, ppapi::HostResource , uint32 , int32 , ppapi::proxy::SerializedHandle )
IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBGraphics3D_DestroyTransferBuffer, ppapi::HostResource , int32 )
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBGraphics3D_SwapBuffers, ppapi::HostResource )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBGraphics3D_InsertSyncPoint, ppapi::HostResource , uint32 )
IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_CreatePlatform, PP_Instance , int32 , PP_Size , PP_Bool , ppapi::HostResource , PP_ImageDataDesc , ppapi::proxy::ImageHandle )
IPC_SYNC_MESSAGE_ROUTED4_3(PpapiHostMsg_PPBImageData_CreateSimple, PP_Instance , int32 , PP_Size , PP_Bool , ppapi::HostResource , PP_ImageDataDesc , ppapi::proxy::SerializedHandle )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetWindowObject, PP_Instance , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetOwnerElementObject, PP_Instance , ppapi::proxy::SerializedVar )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_BindGraphics, PP_Instance , PP_Resource )
IPC_SYNC_MESSAGE_ROUTED1_1( PpapiHostMsg_PPBInstance_GetAudioHardwareOutputSampleRate, PP_Instance , uint32_t )
IPC_SYNC_MESSAGE_ROUTED1_1( PpapiHostMsg_PPBInstance_GetAudioHardwareOutputBufferSize, PP_Instance , uint32_t )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_IsFullFrame, PP_Instance , PP_Bool )
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBInstance_ExecuteScript, PP_Instance , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetDefaultCharSet, PP_Instance , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_SetFullscreen, PP_Instance , PP_Bool , PP_Bool )
IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_GetScreenSize, PP_Instance , PP_Bool , PP_Size )
IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_RequestInputEvents, PP_Instance , bool , uint32_t )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_ClearInputEvents, PP_Instance , uint32_t )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_PostMessage, PP_Instance , ppapi::proxy::SerializedVar )
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBInstance_LockMouse, PP_Instance )
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBInstance_UnlockMouse, PP_Instance )
IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_ResolveRelativeToDocument, PP_Instance , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_DocumentCanRequest, PP_Instance , ppapi::proxy::SerializedVar , PP_Bool )
IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_DocumentCanAccessDocument, PP_Instance , PP_Instance , PP_Bool )
IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBInstance_GetDocumentURL, PP_Instance , PP_URLComponents_Dev , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetPluginInstanceURL, PP_Instance , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBInstance_GetPluginReferrerURL, PP_Instance , ppapi::proxy::SerializedVar )
IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_SetCursor, PP_Instance , int32_t , ppapi::HostResource , PP_Point )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_SetTextInputType, PP_Instance , PP_TextInput_Type )
IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_UpdateCaretPosition, PP_Instance , PP_Rect , PP_Rect )
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBInstance_CancelCompositionText, PP_Instance )
IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_UpdateSurroundingText, PP_Instance , std::string , uint32_t , uint32_t )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBVar_AddRefObject, int64 , int )
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVar_ReleaseObject, int64 )
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_HasProperty, ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , PP_Bool )
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_HasMethodDeprecated, ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , PP_Bool )
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_GetProperty, ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_DeleteProperty, ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , PP_Bool )
IPC_SYNC_MESSAGE_ROUTED1_2(PpapiHostMsg_PPBVar_EnumerateProperties, ppapi::proxy::SerializedVar , std::vector<ppapi::proxy::SerializedVar> , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBVar_SetPropertyDeprecated, ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED3_2(PpapiHostMsg_PPBVar_CallDeprecated, ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar , std::vector<ppapi::proxy::SerializedVar> , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_Construct, ppapi::proxy::SerializedVar , std::vector<ppapi::proxy::SerializedVar> , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED2_2(PpapiHostMsg_PPBVar_IsInstanceOfDeprecated, ppapi::proxy::SerializedVar , int64 , int64 , PP_Bool )
IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBVar_CreateObjectDeprecated, PP_Instance , int64 , int64 , ppapi::proxy::SerializedVar )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBBroker_Create, PP_Instance , ppapi::HostResource )
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBBroker_Connect, ppapi::HostResource )
IPC_SYNC_MESSAGE_ROUTED2_2( PpapiHostMsg_PPBBuffer_Create, PP_Instance , uint32_t , ppapi::HostResource , ppapi::proxy::SerializedHandle )
IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_SessionCreated, PP_Instance , uint32_t , ppapi::proxy::SerializedVar )
IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_SessionMessage, PP_Instance , uint32_t , ppapi::proxy::SerializedVar , ppapi::proxy::SerializedVar )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_SessionReady, PP_Instance , uint32_t )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBInstance_SessionClosed, PP_Instance , uint32_t )
IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_SessionError, PP_Instance , uint32_t , int32_t , int32_t )
IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DeliverBlock, PP_Instance , PP_Resource , std::string )
IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_DecoderInitializeDone, PP_Instance , PP_DecryptorStreamType , uint32_t , PP_Bool )
IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DecoderDeinitializeDone, PP_Instance , PP_DecryptorStreamType , uint32_t )
IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DecoderResetDone, PP_Instance , PP_DecryptorStreamType , uint32_t )
IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DeliverFrame, PP_Instance , PP_Resource , std::string )
IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_DeliverSamples, PP_Instance , PP_Resource , std::string )
IPC_SYNC_MESSAGE_ROUTED3_1( PpapiHostMsg_PPBTesting_ReadImageData, ppapi::HostResource , ppapi::HostResource , PP_Point , PP_Bool )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBTesting_GetLiveObjectsForInstance, PP_Instance , uint32 )
IPC_SYNC_MESSAGE_ROUTED2_0(PpapiHostMsg_PPBTesting_SimulateInputEvent, PP_Instance , ppapi::InputEventData )
IPC_SYNC_MESSAGE_ROUTED1_0( PpapiHostMsg_PPBTesting_SetMinimumArrayBufferSizeForShmem, uint32_t )
IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBVideoDecoder_Create, PP_Instance , ppapi::HostResource , PP_VideoDecoder_Profile , ppapi::HostResource )
IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBVideoDecoder_Decode, ppapi::HostResource , ppapi::HostResource , int32 , uint32 )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoDecoder_AssignPictureBuffers, ppapi::HostResource , std::vector<PP_PictureBuffer_Dev> )
IPC_MESSAGE_ROUTED2(PpapiHostMsg_PPBVideoDecoder_ReusePictureBuffer, ppapi::HostResource , int32_t )
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Flush, ppapi::HostResource )
IPC_MESSAGE_ROUTED1(PpapiHostMsg_PPBVideoDecoder_Reset, ppapi::HostResource )
IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBVideoDecoder_Destroy, ppapi::HostResource )
IPC_MESSAGE_ROUTED3(PpapiMsg_PPBVideoDecoder_EndOfBitstreamACK, ppapi::HostResource , int32_t , int32_t )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPBVideoDecoder_FlushACK, ppapi::HostResource , int32_t )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPBVideoDecoder_ResetACK, ppapi::HostResource , int32_t )
IPC_MESSAGE_ROUTED4(PpapiMsg_PPPVideoDecoder_ProvidePictureBuffers, ppapi::HostResource , uint32_t , PP_Size , uint32_t )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_DismissPictureBuffer, ppapi::HostResource , int32_t )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_PictureReady, ppapi::HostResource , PP_Picture_Dev )
IPC_MESSAGE_ROUTED2(PpapiMsg_PPPVideoDecoder_NotifyError, ppapi::HostResource , PP_VideoDecodeError_Dev )
IPC_SYNC_MESSAGE_CONTROL1_2(PpapiHostMsg_PPBX509Certificate_ParseDER, std::vector<char> , bool , ppapi::PPB_X509Certificate_Fields )
IPC_MESSAGE_CONTROL3(PpapiHostMsg_ResourceCreated, ppapi::proxy::ResourceMessageCallParams , PP_Instance , IPC::Message )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_ResourceDestroyed, PP_Resource )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_AttachToPendingHost, PP_Resource , int )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_ResourceCall, ppapi::proxy::ResourceMessageCallParams , IPC::Message )
IPC_MESSAGE_CONTROL3(PpapiHostMsg_InProcessResourceCall, int , ppapi::proxy::ResourceMessageCallParams , IPC::Message )
IPC_MESSAGE_CONTROL2( PpapiPluginMsg_ResourceReply, ppapi::proxy::ResourceMessageReplyParams , IPC::Message )
IPC_MESSAGE_ROUTED2( PpapiHostMsg_InProcessResourceReply, ppapi::proxy::ResourceMessageReplyParams , IPC::Message )
IPC_SYNC_MESSAGE_CONTROL2_2(PpapiHostMsg_ResourceSyncCall, ppapi::proxy::ResourceMessageCallParams , IPC::Message , ppapi::proxy::ResourceMessageReplyParams , IPC::Message )
IPC_MESSAGE_CONTROL5( PpapiHostMsg_CreateResourceHostsFromHost, int , int , ppapi::proxy::ResourceMessageCallParams , PP_Instance , std::vector<IPC::Message> )
IPC_MESSAGE_ROUTED2( PpapiHostMsg_CreateResourceHostsFromHostReply, int32_t , std::vector<int> )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Broker_Create)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Broker_IsAllowed)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_ExtensionsCommon_Create)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_ExtensionsCommon_Post, std::string , base::ListValue )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_ExtensionsCommon_Call, std::string , base::ListValue )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_ExtensionsCommon_CallReply, base::ListValue )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_UMA_Create)
IPC_MESSAGE_CONTROL5(PpapiHostMsg_UMA_HistogramCustomTimes, std::string , int64_t , int64_t , int64_t , uint32_t )
IPC_MESSAGE_CONTROL5(PpapiHostMsg_UMA_HistogramCustomCounts, std::string , int32_t , int32_t , int32_t , uint32_t )
IPC_MESSAGE_CONTROL3(PpapiHostMsg_UMA_HistogramEnumeration, std::string , int32_t , int32_t )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_UMA_IsCrashReportingEnabled)
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_UMA_IsCrashReportingEnabledReply)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileChooser_Create)
IPC_MESSAGE_CONTROL4(PpapiHostMsg_FileChooser_Show, bool , bool , std::string , std::vector<std::string> )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileChooser_ShowReply, std::vector<ppapi::FileRefCreateInfo> )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileIO_Create)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileIO_Open, PP_Resource , int32_t )
IPC_MESSAGE_CONTROL2(PpapiPluginMsg_FileIO_OpenReply, PP_Resource , int64_t )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileIO_Close, ppapi::FileGrowth )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileIO_Touch, PP_Time , PP_Time )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileIO_SetLength, int64_t )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileIO_Flush)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileIO_RequestOSFileHandle)
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileIO_RequestOSFileHandleReply)
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileIO_GeneralReply)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileRef_CreateForRawFS, base::FilePath )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileRef_CreateForFileAPI, PP_Resource , std::string )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileRef_MakeDirectory, int32_t )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileRef_MakeDirectoryReply)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileRef_Touch, PP_Time , PP_Time )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileRef_TouchReply)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileRef_Delete)
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileRef_DeleteReply)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileRef_Rename, PP_Resource )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileRef_RenameReply)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileRef_Query)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileRef_QueryReply, PP_FileInfo )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileRef_ReadDirectoryEntries)
IPC_MESSAGE_CONTROL2(PpapiPluginMsg_FileRef_ReadDirectoryEntriesReply, std::vector<ppapi::FileRefCreateInfo> , std::vector<PP_FileType> )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileRef_GetAbsolutePath)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileRef_GetAbsolutePathReply, std::string )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_Create, PP_FileSystemType )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_Open, int64_t )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_OpenReply)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileSystem_InitIsolatedFileSystem, std::string , PP_IsolatedFileSystemType_Private )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_InitIsolatedFileSystemReply)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileSystem_CreateFromRenderer, std::string , PP_FileSystemType )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileSystem_CreateFromPendingHost, PP_FileSystemType )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileSystem_ReserveQuota, int64_t , ppapi::FileGrowthMap )
IPC_MESSAGE_CONTROL2(PpapiPluginMsg_FileSystem_ReserveQuotaReply, int64_t , ppapi::FileSizeMap )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_Create)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Gamepad_RequestMemory)
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Gamepad_SendMemory)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_Graphics2D_Create, PP_Size , PP_Bool )
IPC_MESSAGE_CONTROL4(PpapiHostMsg_Graphics2D_PaintImageData, ppapi::HostResource , PP_Point , bool , PP_Rect )
IPC_MESSAGE_CONTROL3(PpapiHostMsg_Graphics2D_Scroll, bool , PP_Rect , PP_Point )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_Graphics2D_ReplaceContents, ppapi::HostResource )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_Graphics2D_SetScale, float )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Graphics2D_Flush)
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Graphics2D_FlushAck)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_Graphics2D_ReadImageData, PP_Resource , PP_Point )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Graphics2D_ReadImageDataAck)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_IsolatedFileSystem_Create)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_IsolatedFileSystem_BrowserOpen, PP_IsolatedFileSystemType_Private )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_IsolatedFileSystem_BrowserOpenReply, std::string )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamAudioTrack_CreateFromPendingHost, std::string )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamVideoTrack_CreateFromPendingHost, std::string )
IPC_MESSAGE_CONTROL1( PpapiHostMsg_MediaStreamVideoTrack_Configure, ppapi::MediaStreamVideoTrackShared::Attributes )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_MediaStreamVideoTrack_ConfigureReply)
IPC_MESSAGE_CONTROL2(PpapiPluginMsg_MediaStreamTrack_InitBuffers, int32_t , int32_t )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_MediaStreamTrack_EnqueueBuffer, int32_t )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_MediaStreamTrack_EnqueueBuffer, int32_t )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_MediaStreamTrack_Close)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_NetworkMonitor_Create)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_NetworkMonitor_NetworkList, ppapi::proxy::SerializedNetworkList )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_NetworkMonitor_Forbidden)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_NetworkProxy_Create)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_NetworkProxy_GetProxyForURL, std::string )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_NetworkProxy_GetProxyForURLReply, std::string )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TrueTypeFontSingleton_Create)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TrueTypeFontSingleton_GetFontFamilies)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFontSingleton_GetFontFamiliesReply, std::vector<std::string> )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_TrueTypeFontSingleton_GetFontsInFamily, std::string )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFontSingleton_GetFontsInFamilyReply, std::vector<ppapi::proxy::SerializedTrueTypeFontDesc> )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_TrueTypeFont_Create, ppapi::proxy::SerializedTrueTypeFontDesc )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TrueTypeFont_Describe)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFont_DescribeReply, ppapi::proxy::SerializedTrueTypeFontDesc )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TrueTypeFont_GetTableTags)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFont_GetTableTagsReply, std::vector<uint32_t> )
IPC_MESSAGE_CONTROL3(PpapiHostMsg_TrueTypeFont_GetTable, uint32_t , int32_t , int32_t )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFont_GetTableReply, std::string )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_HostResolver_Create)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_HostResolver_CreatePrivate)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_HostResolver_Resolve, ppapi::HostPortPair , PP_HostResolver_Private_Hint )
IPC_MESSAGE_CONTROL2(PpapiPluginMsg_HostResolver_ResolveReply, std::string , std::vector<PP_NetAddress_Private> )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_PlatformVerification_Create)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_PlatformVerification_ChallengePlatform, std::string , std::vector<uint8_t> )
IPC_MESSAGE_CONTROL3(PpapiHostMsg_PlatformVerification_ChallengePlatformReply, std::vector<uint8_t> , std::vector<uint8_t> , std::string )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Printing_Create)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Printing_GetDefaultPrintSettings)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Printing_GetDefaultPrintSettingsReply, PP_PrintSettings_Dev )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_TCPSocket_Create, ppapi::TCPSocketVersion )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPSocket_CreatePrivate)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_TCPSocket_Bind, PP_NetAddress_Private )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TCPSocket_BindReply, PP_NetAddress_Private )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_TCPSocket_Connect, std::string , uint16_t )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_TCPSocket_ConnectWithNetAddress, PP_NetAddress_Private )
IPC_MESSAGE_CONTROL2(PpapiPluginMsg_TCPSocket_ConnectReply, PP_NetAddress_Private , PP_NetAddress_Private )
IPC_MESSAGE_CONTROL4(PpapiHostMsg_TCPSocket_SSLHandshake, std::string , uint16_t , std::vector<std::vector<char> > , std::vector<std::vector<char> > )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TCPSocket_SSLHandshakeReply, ppapi::PPB_X509Certificate_Fields )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_TCPSocket_Read, int32_t )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TCPSocket_ReadReply, std::string )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_TCPSocket_Write, std::string )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_TCPSocket_WriteReply)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_TCPSocket_Listen, int32_t )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_TCPSocket_ListenReply)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPSocket_Accept)
IPC_MESSAGE_CONTROL3(PpapiPluginMsg_TCPSocket_AcceptReply, int , PP_NetAddress_Private , PP_NetAddress_Private )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPSocket_Close)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_TCPSocket_SetOption, PP_TCPSocket_Option , ppapi::SocketOptionData )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_TCPSocket_SetOptionReply)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPServerSocket_CreatePrivate)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_TCPServerSocket_Listen, PP_NetAddress_Private , int32_t )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TCPServerSocket_ListenReply, PP_NetAddress_Private )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPServerSocket_Accept)
IPC_MESSAGE_CONTROL3(PpapiPluginMsg_TCPServerSocket_AcceptReply, int , PP_NetAddress_Private , PP_NetAddress_Private )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TCPServerSocket_StopListening)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_UDPSocket_Create)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_UDPSocket_CreatePrivate)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_UDPSocket_SetOption, PP_UDPSocket_Option , ppapi::SocketOptionData )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_UDPSocket_SetOptionReply)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_UDPSocket_Bind, PP_NetAddress_Private )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_UDPSocket_BindReply, PP_NetAddress_Private )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_UDPSocket_RecvFrom, int32_t )
IPC_MESSAGE_CONTROL2(PpapiPluginMsg_UDPSocket_RecvFromReply, std::string , PP_NetAddress_Private )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_UDPSocket_SendTo, std::string , PP_NetAddress_Private )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_UDPSocket_SendToReply, int32_t )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_UDPSocket_Close)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_URLLoader_Create)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_URLLoader_Open, ppapi::URLRequestInfoData )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_URLLoader_SetDeferLoading, bool )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_URLLoader_Close)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_URLLoader_GrantUniversalAccess)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_URLLoader_ReceivedResponse, ppapi::URLResponseInfoData )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_URLLoader_SendData)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_URLLoader_FinishedLoading, int32_t )
IPC_MESSAGE_CONTROL4(PpapiPluginMsg_URLLoader_UpdateProgress, int64_t , int64_t , int64_t , int64_t )
IPC_SYNC_MESSAGE_CONTROL2_2(PpapiHostMsg_SharedMemory_CreateSharedMemory, PP_Instance , uint32_t , int , ppapi::proxy::SerializedHandle )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoDestination_Create)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_VideoDestination_Open, std::string )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoDestination_OpenReply)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_VideoDestination_PutFrame, ppapi::HostResource , PP_TimeTicks )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoDestination_Close)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_Create)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_VideoSource_Open, std::string )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoSource_OpenReply)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_GetFrame)
IPC_MESSAGE_CONTROL3(PpapiPluginMsg_VideoSource_GetFrameReply, ppapi::HostResource , PP_ImageDataDesc , PP_TimeTicks )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoSource_Close)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_WebSocket_Create)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_WebSocket_Connect, std::string , std::vector<std::string> )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_WebSocket_Close, int32_t , std::string )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_WebSocket_SendText, std::string )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_WebSocket_SendBinary, std::vector<uint8_t> )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_WebSocket_Fail, std::string )
IPC_MESSAGE_CONTROL2(PpapiPluginMsg_WebSocket_ConnectReply, std::string , std::string )
IPC_MESSAGE_CONTROL4(PpapiPluginMsg_WebSocket_CloseReply, uint64_t , bool , uint16_t , std::string )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_WebSocket_ReceiveTextReply, std::string )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_WebSocket_ReceiveBinaryReply, std::vector<uint8_t> )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_WebSocket_ErrorReply)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_WebSocket_BufferedAmountReply, uint64_t )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_WebSocket_StateReply, int32_t )
IPC_MESSAGE_CONTROL4(PpapiPluginMsg_WebSocket_ClosedReply, uint64_t , bool , uint16_t , std::string )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_OutputProtection_Create)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_OutputProtection_EnableProtection, uint32_t )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_OutputProtection_EnableProtectionReply)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_OutputProtection_QueryStatus)
IPC_MESSAGE_CONTROL2(PpapiPluginMsg_OutputProtection_QueryStatusReply, uint32_t , uint32_t )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_AudioInput_Create)
IPC_MESSAGE_CONTROL3(PpapiHostMsg_AudioInput_Open, std::string , PP_AudioSampleRate , uint32_t )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_AudioInput_OpenReply)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_AudioInput_StartOrStop, bool )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_AudioInput_Close)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_BrowserFontSingleton_Create)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_BrowserFontSingleton_GetFontFamilies)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_BrowserFontSingleton_GetFontFamiliesReply, std::string )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Flash_Create)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Flash_UpdateActivity)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_Flash_GetProxyForURL, std::string )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Flash_GetProxyForURLReply, std::string )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_Flash_GetLocalTimeZoneOffset, base::Time )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Flash_GetLocalTimeZoneOffsetReply, double )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Flash_GetLocalDataRestrictions)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Flash_GetLocalDataRestrictionsReply, int32_t )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_Flash_SetInstanceAlwaysOnTop, bool )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_Flash_DrawGlyphs, ppapi::proxy::PPBFlash_DrawGlyphs_Params )
IPC_MESSAGE_CONTROL3(PpapiHostMsg_Flash_Navigate, ppapi::URLRequestInfoData , std::string , bool )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_Flash_IsRectTopmost, PP_Rect )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Flash_InvokePrinting)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_DeviceEnumeration_EnumerateDevices)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_DeviceEnumeration_EnumerateDevicesReply, std::vector<ppapi::DeviceRefData> )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_DeviceEnumeration_MonitorDeviceChange, uint32_t )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_DeviceEnumeration_StopMonitoringDeviceChange)
IPC_MESSAGE_CONTROL2(PpapiPluginMsg_DeviceEnumeration_NotifyDeviceChange, uint32_t , std::vector<ppapi::DeviceRefData> )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashClipboard_Create)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashClipboard_RegisterCustomFormat, std::string )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashClipboard_RegisterCustomFormatReply, uint32_t )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashClipboard_IsFormatAvailable, uint32_t , uint32_t )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashClipboard_ReadData, uint32_t , uint32_t )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashClipboard_ReadDataReply, std::string )
IPC_MESSAGE_CONTROL3(PpapiHostMsg_FlashClipboard_WriteData, uint32_t , std::vector<uint32_t> , std::vector<std::string> )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashClipboard_GetSequenceNumber, uint32_t )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashClipboard_GetSequenceNumberReply, uint64_t )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_Create)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_GetDeviceID)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDRM_GetDeviceIDReply, std::string )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_GetHmonitor)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDRM_GetHmonitorReply, int64_t )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_GetVoucherFile)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDRM_GetVoucherFileReply, ppapi::FileRefCreateInfo )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_MonitorIsExternal)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashDRM_MonitorIsExternalReply, PP_Bool )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashFile_Create)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFile_OpenFile, ppapi::PepperFilePath , int )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFile_RenameFile, ppapi::PepperFilePath , ppapi::PepperFilePath )
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFile_DeleteFileOrDir, ppapi::PepperFilePath , bool )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFile_CreateDir, ppapi::PepperFilePath )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFile_QueryFile, ppapi::PepperFilePath )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashFile_QueryFileReply, base::File::Info )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFile_GetDirContents, ppapi::PepperFilePath )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashFile_GetDirContentsReply, ppapi::DirContents )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashFile_CreateTemporaryFile)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_FlashFontFile_Create, ppapi::proxy::SerializedFontDescription , PP_PrivateFontCharset )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFontFile_GetFontTable, uint32_t )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashFontFile_GetFontTableReply, std::string )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashFullscreen_Create)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashFullscreen_SetFullscreen, bool )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashMenu_Create, ppapi::proxy::SerializedFlashMenu )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_FlashMenu_Show, PP_Point )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FlashMenu_ShowReply, int32_t )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFlashMessageLoop_Create, PP_Instance , ppapi::HostResource )
IPC_SYNC_MESSAGE_ROUTED1_1(PpapiHostMsg_PPBFlashMessageLoop_Run, ppapi::HostResource , int32_t )
IPC_SYNC_MESSAGE_ROUTED1_0(PpapiHostMsg_PPBFlashMessageLoop_Quit, ppapi::HostResource )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_Create)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_PDF_GetLocalizedString, PP_ResourceString )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_PDF_GetLocalizedStringReply, std::string )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_DidStartLoading)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_DidStopLoading)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_PDF_SetContentRestriction, int )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_PDF_UserMetricsRecordAction, std::string )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_HasUnsupportedFeature)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_Print)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_PDF_SaveAs)
IPC_MESSAGE_CONTROL2(PpapiHostMsg_PDF_GetResourceImage, PP_ResourceImage , float )
IPC_MESSAGE_CONTROL2(PpapiPluginMsg_PDF_GetResourceImageReply, ppapi::HostResource , PP_ImageDataDesc )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_PDF_SetSelectedText, base::string16 )
IPC_MESSAGE_CONTROL1(PpapiHostMsg_PDF_SetLinkUnderCursor, std::string )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoCapture_Create)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoCapture_StartCapture)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_VideoCapture_ReuseBuffer, uint32_t )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoCapture_StopCapture)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_VideoCapture_Close)
IPC_MESSAGE_CONTROL3(PpapiHostMsg_VideoCapture_Open, std::string , PP_VideoCaptureDeviceInfo_Dev , uint32_t )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_VideoCapture_OpenReply)
IPC_MESSAGE_CONTROL3(PpapiPluginMsg_VideoCapture_OnDeviceInfo, PP_VideoCaptureDeviceInfo_Dev , std::vector<ppapi::HostResource> , uint32_t )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnStatus, uint32_t )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnError, uint32_t )
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_VideoCapture_OnBufferReady, uint32_t )
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_Create)
IPC_MESSAGE_CONTROL1(PpapiHostMsg_Talk_RequestPermission, PP_TalkPermission )
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_RequestPermissionReply)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StartRemoting)
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StartRemotingReply)
IPC_MESSAGE_CONTROL0(PpapiHostMsg_Talk_StopRemoting)
IPC_MESSAGE_CONTROL0(PpapiPluginMsg_Talk_StopRemotingReply)
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Talk_NotifyEvent, PP_TalkEvent )
IPC_MESSAGE_ROUTED1(PrintMsg_InitiatePrintPreview, bool )
IPC_MESSAGE_ROUTED0(PrintMsg_PrintNodeUnderContextMenu)
IPC_MESSAGE_ROUTED1(PrintMsg_PrintForPrintPreview, base::DictionaryValue )
IPC_MESSAGE_ROUTED0(PrintMsg_PrintPages)
IPC_MESSAGE_ROUTED1(PrintMsg_PrintingDone, bool )
IPC_MESSAGE_ROUTED1(PrintMsg_SetScriptedPrintingBlocked, bool )
IPC_MESSAGE_ROUTED1(PrintMsg_PrintPreview, base::DictionaryValue )
IPC_MESSAGE_ROUTED0(PrintMsg_PrintForSystemDialog)
IPC_MESSAGE_ROUTED0(PrintMsg_ResetScriptedPrintCount)
IPC_SYNC_MESSAGE_ROUTED1_1(PrintHostMsg_DuplicateSection, base::SharedMemoryHandle , base::SharedMemoryHandle )
IPC_SYNC_MESSAGE_ROUTED0_1(PrintHostMsg_IsPrintingEnabled, bool )
IPC_MESSAGE_ROUTED2(PrintHostMsg_DidGetPrintedPagesCount, int , int )
IPC_MESSAGE_ROUTED1(PrintHostMsg_DidGetDocumentCookie, int )
IPC_MESSAGE_ROUTED0(PrintHostMsg_DidShowPrintDialog)
IPC_MESSAGE_ROUTED1(PrintHostMsg_DidPrintPage, PrintHostMsg_DidPrintPage_Params )
IPC_SYNC_MESSAGE_ROUTED0_1(PrintHostMsg_GetDefaultPrintSettings, PrintMsg_Print_Params )
IPC_SYNC_MESSAGE_ROUTED2_1(PrintHostMsg_UpdatePrintSettings, int , base::DictionaryValue , PrintMsg_PrintPages_Params )
IPC_SYNC_MESSAGE_ROUTED1_1(PrintHostMsg_ScriptedPrint, PrintHostMsg_ScriptedPrint_Params, PrintMsg_PrintPages_Params )
IPC_SYNC_MESSAGE_ROUTED0_2(PrintHostMsg_AllocateTempFileForPrinting, base::FileDescriptor , int )
IPC_MESSAGE_ROUTED1(PrintHostMsg_TempFileForPrintingWritten, int )
IPC_MESSAGE_ROUTED1(PrintHostMsg_RequestPrintPreview, PrintHostMsg_RequestPrintPreview_Params )
IPC_MESSAGE_ROUTED1(PrintHostMsg_DidGetPreviewPageCount, PrintHostMsg_DidGetPreviewPageCount_Params )
IPC_MESSAGE_ROUTED3(PrintHostMsg_DidGetDefaultPageLayout, printing::PageSizeMargins , gfx::Rect , bool )
IPC_MESSAGE_ROUTED1(PrintHostMsg_DidPreviewPage, PrintHostMsg_DidPreviewPage_Params )
IPC_SYNC_MESSAGE_ROUTED2_1(PrintHostMsg_CheckForCancel, int32 , int , bool )
IPC_MESSAGE_ROUTED1(PrintHostMsg_MetafileReadyForPrinting, PrintHostMsg_DidPreviewDocument_Params )
IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintingFailed, int )
IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewFailed, int )
IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewCancelled, int )
IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewInvalidPrinterSettings, int )
IPC_SYNC_MESSAGE_ROUTED0_0(PrintHostMsg_SetupScriptedPrintPreview)
IPC_MESSAGE_ROUTED1(PrintHostMsg_ShowScriptedPrintPreview, bool )
IPC_MESSAGE_ROUTED0(PrintHostMsg_PrintPreviewScalingDisabled)
IPC_MESSAGE_CONTROL0(AwViewMsg_ClearCache)
IPC_MESSAGE_ROUTED1(AwViewMsg_DocumentHasImages, int )
IPC_MESSAGE_ROUTED2(AwViewMsg_DoHitTest, int , int )
IPC_MESSAGE_ROUTED1(AwViewMsg_SetTextZoomFactor, float )
IPC_MESSAGE_ROUTED0(AwViewMsg_ResetScrollAndScaleState)
IPC_MESSAGE_ROUTED1(AwViewMsg_SetInitialPageScale, double )
IPC_MESSAGE_ROUTED1(AwViewMsg_SetFixedLayoutSize, gfx::Size )
IPC_MESSAGE_ROUTED1(AwViewMsg_SetBackgroundColor, SkColor)
IPC_MESSAGE_CONTROL1(AwViewMsg_SetJsOnlineProperty, bool )
IPC_MESSAGE_ROUTED2(AwViewHostMsg_DocumentHasImagesResponse, int, bool )
IPC_MESSAGE_ROUTED1(AwViewHostMsg_UpdateHitTestData, android_webview::AwHitTestData)
IPC_MESSAGE_ROUTED1(AwViewHostMsg_PageScaleFactorChanged, float )
IPC_MESSAGE_ROUTED1(AwViewHostMsg_OnContentsSizeChanged, gfx::Size )
IPC_SYNC_MESSAGE_CONTROL2_1(AwViewHostMsg_ShouldOverrideUrlLoading, int , base::string16 , bool )
IPC_MESSAGE_CONTROL2(AwViewHostMsg_SubFrameCreated, int , int )
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_SetTargetSurface, gfx::NativeViewId )
IPC_MESSAGE_CONTROL3(MetroViewerHostMsg_MouseMoved, int32, int32, int32 )
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_MouseButton, MetroViewerHostMsg_MouseButtonParams)
IPC_MESSAGE_CONTROL4(MetroViewerHostMsg_KeyDown, uint32, uint32, uint32, uint32 )
IPC_MESSAGE_CONTROL4(MetroViewerHostMsg_KeyUp, uint32, uint32, uint32, uint32 )
IPC_MESSAGE_CONTROL4(MetroViewerHostMsg_Character, uint32, uint32, uint32, uint32 )
IPC_MESSAGE_CONTROL0(MetroViewerHostMsg_WindowActivated)
IPC_MESSAGE_CONTROL0(MetroViewerHostMsg_EdgeGesture)
IPC_MESSAGE_CONTROL4(MetroViewerHostMsg_TouchDown, int32, int32, uint64, uint32)
IPC_MESSAGE_CONTROL4(MetroViewerHostMsg_TouchUp, int32, int32, uint64, uint32)
IPC_MESSAGE_CONTROL4(MetroViewerHostMsg_TouchMoved, int32, int32, uint64, uint32)
IPC_MESSAGE_CONTROL3(MetroViewerHostMsg_FileSaveAsDone, bool, base::FilePath, int)
IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_FileOpenDone, bool, base::FilePath)
IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_MultiFileOpenDone, bool, std::vector<base::FilePath>)
IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_SelectFolderDone, bool, base::FilePath)
IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_ActivateDesktop, base::FilePath , bool )
IPC_MESSAGE_CONTROL0(MetroViewerHostMsg_MetroExit)
IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_OpenURLOnDesktop, base::FilePath, base::string16 )
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_SetCursor, int64 )
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_DisplayFileSaveAs, MetroViewerHostMsg_SaveAsDialogParams)
IPC_MESSAGE_CONTROL4(MetroViewerHostMsg_DisplayFileOpen, base::string16, base::string16, base::FilePath, bool)
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_DisplaySelectFolder, base::string16)
IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_SetCursorPos, int, int)
IPC_MESSAGE_CONTROL0(MetroViewerHostMsg_SetCursorPosAck)
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_OpenURL, base::string16)
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_SearchRequest, base::string16)
IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_WindowSizeChanged, uint32, uint32)
IPC_MESSAGE_CONTROL4( MetroViewerHostMsg_ImeCompositionChanged, base::string16, int32, int32, std::vector<metro_viewer::UnderlineInfo>)
IPC_MESSAGE_CONTROL1( MetroViewerHostMsg_ImeCandidatePopupChanged, bool)
IPC_MESSAGE_CONTROL1(MetroViewerHostMsg_ImeTextCommitted, base::string16)
IPC_MESSAGE_CONTROL2(MetroViewerHostMsg_ImeInputSourceChanged, uint16, bool)
IPC_MESSAGE_CONTROL0(MetroViewerHostMsg_ImeCancelComposition)
IPC_MESSAGE_CONTROL2( MetroViewerHostMsg_ImeTextInputClientUpdated, std::vector<int32>, std::vector<metro_viewer::CharacterBounds>)
IPC_MESSAGE_ROUTED2(GeolocationMsg_PermissionSet, int , bool )
IPC_MESSAGE_ROUTED1(GeolocationMsg_PositionUpdated, content::Geoposition )
IPC_MESSAGE_CONTROL4(GeolocationHostMsg_RequestPermission, int , int , GURL , bool )
IPC_MESSAGE_CONTROL3(GeolocationHostMsg_CancelPermissionRequest, int , int , GURL )
IPC_MESSAGE_CONTROL3(GeolocationHostMsg_StartUpdating, int , GURL , bool )
IPC_MESSAGE_CONTROL1(GeolocationHostMsg_StopUpdating, int )
IPC_MESSAGE_CONTROL1(P2PMsg_NetworkListChanged, net::NetworkInterfaceList )
IPC_MESSAGE_CONTROL2(P2PMsg_GetHostAddressResult, int32 , net::IPAddressList )
IPC_MESSAGE_CONTROL2(P2PMsg_OnSocketCreated, int , net::IPEndPoint )
IPC_MESSAGE_CONTROL1(P2PMsg_OnSendComplete, int )
IPC_MESSAGE_CONTROL1(P2PMsg_OnError, int )
IPC_MESSAGE_CONTROL2(P2PMsg_OnIncomingTcpConnection, int , net::IPEndPoint )
IPC_MESSAGE_CONTROL4(P2PMsg_OnDataReceived, int , net::IPEndPoint , std::vector<char> , base::TimeTicks )
IPC_MESSAGE_CONTROL0(P2PHostMsg_StartNetworkNotifications)
IPC_MESSAGE_CONTROL0(P2PHostMsg_StopNetworkNotifications)
IPC_MESSAGE_CONTROL2(P2PHostMsg_GetHostAddress, std::string , int32 )
IPC_MESSAGE_CONTROL4(P2PHostMsg_CreateSocket, content::P2PSocketType , int , net::IPEndPoint , content::P2PHostAndIPEndPoint )
IPC_MESSAGE_CONTROL3(P2PHostMsg_AcceptIncomingTcpConnection, int , net::IPEndPoint , int )
IPC_MESSAGE_CONTROL5(P2PHostMsg_Send, int , net::IPEndPoint , std::vector<char> , talk_base::PacketOptions , uint64 )
IPC_MESSAGE_CONTROL1(P2PHostMsg_DestroySocket, int )
IPC_MESSAGE_CONTROL3(P2PHostMsg_SetOption, int , content::P2PSocketOption , int )
IPC_SYNC_MESSAGE_CONTROL1_1(MimeRegistryMsg_GetMimeTypeFromExtension, base::FilePath::StringType , std::string )
IPC_SYNC_MESSAGE_CONTROL1_1(MimeRegistryMsg_GetMimeTypeFromFile, base::FilePath , std::string )
IPC_MESSAGE_CONTROL1(WorkerProcessMsg_CreateWorker, WorkerProcessMsg_CreateWorker_Params)
IPC_SYNC_MESSAGE_CONTROL5_1(WorkerProcessHostMsg_AllowDatabase, int , GURL , base::string16 , base::string16 , unsigned long , bool )
IPC_SYNC_MESSAGE_CONTROL2_1(WorkerProcessHostMsg_AllowFileSystem, int , GURL , bool )
IPC_SYNC_MESSAGE_CONTROL3_1(WorkerProcessHostMsg_AllowIndexedDB, int , GURL , base::string16 , bool )
IPC_SYNC_MESSAGE_CONTROL0_0(WorkerProcessHostMsg_ForceKillWorker)
IPC_MESSAGE_ROUTED0(WorkerMsg_TerminateWorkerContext)
IPC_MESSAGE_ROUTED2(WorkerMsg_Connect, int , int )
IPC_MESSAGE_ROUTED0(WorkerMsg_WorkerObjectDestroyed)
IPC_MESSAGE_CONTROL1(WorkerHostMsg_WorkerContextClosed, int )
IPC_MESSAGE_CONTROL1(WorkerHostMsg_WorkerContextDestroyed, int )
IPC_MESSAGE_CONTROL1(WorkerHostMsg_WorkerScriptLoaded, int )
IPC_MESSAGE_CONTROL1(WorkerHostMsg_WorkerScriptLoadFailed, int )
IPC_MESSAGE_CONTROL2(WorkerHostMsg_WorkerConnected, int , int )
IPC_MESSAGE_CONTROL1(AppCacheHostMsg_RegisterHost, int )
IPC_MESSAGE_CONTROL1(AppCacheHostMsg_UnregisterHost, int )
IPC_MESSAGE_CONTROL2(AppCacheHostMsg_SetSpawningHostId, int , int )
IPC_MESSAGE_CONTROL4(AppCacheHostMsg_SelectCache, int , GURL , int64 , GURL )
IPC_MESSAGE_CONTROL3(AppCacheHostMsg_SelectCacheForWorker, int , int , int )
IPC_MESSAGE_CONTROL2(AppCacheHostMsg_SelectCacheForSharedWorker, int , int64 )
IPC_MESSAGE_CONTROL3(AppCacheHostMsg_MarkAsForeignEntry, int , GURL , int64 )
IPC_SYNC_MESSAGE_CONTROL1_1(AppCacheHostMsg_GetStatus, int , appcache::Status)
IPC_SYNC_MESSAGE_CONTROL1_1(AppCacheHostMsg_StartUpdate, int , bool )
IPC_SYNC_MESSAGE_CONTROL1_1(AppCacheHostMsg_SwapCache, int , bool )
IPC_SYNC_MESSAGE_CONTROL1_1(AppCacheHostMsg_GetResourceList, int , std::vector<appcache::AppCacheResourceInfo> )
IPC_MESSAGE_CONTROL2(AppCacheMsg_CacheSelected, int , appcache::AppCacheInfo)
IPC_MESSAGE_CONTROL2(AppCacheMsg_StatusChanged, std::vector<int> , appcache::Status)
IPC_MESSAGE_CONTROL2(AppCacheMsg_EventRaised, std::vector<int> , appcache::EventID)
IPC_MESSAGE_CONTROL4(AppCacheMsg_ProgressEventRaised, std::vector<int> , GURL , int , int )
IPC_MESSAGE_CONTROL2(AppCacheMsg_ErrorEventRaised, std::vector<int> , appcache::ErrorDetails)
IPC_MESSAGE_CONTROL3(AppCacheMsg_LogMessage, int , int , std::string )
IPC_MESSAGE_CONTROL2(AppCacheMsg_ContentBlocked, int , GURL )
IPC_MESSAGE_CONTROL1(DOMStorageMsg_Event, DOMStorageMsg_Event_Params)
IPC_MESSAGE_CONTROL1(DOMStorageMsg_AsyncOperationComplete, bool )
IPC_MESSAGE_CONTROL1(DOMStorageMsg_ResetCachedValues, int64 )
IPC_MESSAGE_CONTROL3(DOMStorageHostMsg_OpenStorageArea, int , int64 , GURL )
IPC_MESSAGE_CONTROL1(DOMStorageHostMsg_CloseStorageArea, int )
IPC_SYNC_MESSAGE_CONTROL1_2(DOMStorageHostMsg_LoadStorageArea, int , content::DOMStorageValuesMap, bool )
IPC_MESSAGE_CONTROL4(DOMStorageHostMsg_SetItem, int , base::string16 , base::string16 , GURL )
IPC_MESSAGE_CONTROL3(DOMStorageHostMsg_LogGetItem, int , base::string16 , base::NullableString16 )
IPC_MESSAGE_CONTROL3(DOMStorageHostMsg_RemoveItem, int , base::string16 , GURL )
IPC_MESSAGE_CONTROL2(DOMStorageHostMsg_Clear, int , GURL )
IPC_SYNC_MESSAGE_CONTROL0_0(DOMStorageHostMsg_FlushMessages)
IPC_MESSAGE_ROUTED5(DragMsg_TargetDragEnter, content::DropData , gfx::Point , gfx::Point , blink::WebDragOperationsMask , int )
IPC_MESSAGE_ROUTED4(DragMsg_TargetDragOver, gfx::Point , gfx::Point , blink::WebDragOperationsMask , int )
IPC_MESSAGE_ROUTED0(DragMsg_TargetDragLeave)
IPC_MESSAGE_ROUTED3(DragMsg_TargetDrop, gfx::Point , gfx::Point , int )
IPC_MESSAGE_ROUTED3(DragMsg_SourceEnded, gfx::Point , gfx::Point , blink::WebDragOperation )
IPC_MESSAGE_ROUTED0(DragMsg_SourceSystemDragEnded)
IPC_MESSAGE_ROUTED5(DragHostMsg_StartDragging, content::DropData , blink::WebDragOperationsMask , SkBitmap , gfx::Vector2d , content::DragEventSourceInfo )
IPC_MESSAGE_ROUTED1(DragHostMsg_UpdateDragCursor, blink::WebDragOperation )
IPC_MESSAGE_ROUTED0(DragHostMsg_TargetDrop_ACK)
IPC_MESSAGE_ROUTED0(ViewMsg_CancelDateTimeDialog)
IPC_MESSAGE_ROUTED1(ViewMsg_GetAllSavableResourceLinksForCurrentPage, GURL )
IPC_MESSAGE_ROUTED3(ViewMsg_GetSerializedHtmlDataForCurrentPageWithLocalLinks, std::vector<GURL> , std::vector<base::FilePath> , base::FilePath )
IPC_MESSAGE_ROUTED1(ViewMsg_LockMouse_ACK, bool )
IPC_MESSAGE_ROUTED0(ViewMsg_MouseLockLost)
IPC_MESSAGE_ROUTED1(ViewMsg_OrientationChangeEvent, int )
IPC_MESSAGE_ROUTED2(ViewMsg_UpdateVSyncParameters, base::TimeTicks , base::TimeDelta )
IPC_MESSAGE_ROUTED1(ViewMsg_SetName, std::string )
IPC_MESSAGE_ROUTED2(ViewMsg_SetHistoryLengthAndPrune, int, int32 )
IPC_MESSAGE_CONTROL1(ViewMsg_New, ViewMsg_New_Params)
IPC_MESSAGE_ROUTED0(ViewMsg_CreatingNew_ACK)
IPC_MESSAGE_ROUTED1(ViewMsg_SetRendererPrefs, content::RendererPreferences)
IPC_MESSAGE_ROUTED1(ViewMsg_UpdateWebPreferences, WebPreferences)
IPC_MESSAGE_CONTROL0(ViewMsg_TimezoneChange)
IPC_MESSAGE_ROUTED0(ViewMsg_Close)
IPC_MESSAGE_ROUTED1(ViewMsg_Resize, ViewMsg_Resize_Params )
IPC_MESSAGE_ROUTED1(ViewMsg_ChangeResizeRect, gfx::Rect )
IPC_MESSAGE_ROUTED0(ViewMsg_WasHidden)
IPC_MESSAGE_ROUTED1(ViewMsg_WasShown, bool )
IPC_MESSAGE_ROUTED0(ViewMsg_WasSwappedOut)
IPC_MESSAGE_ROUTED1(ViewMsg_SetInitialFocus, bool )
IPC_MESSAGE_ROUTED1(ViewMsg_ShowContextMenu, gfx::Point )
IPC_MESSAGE_ROUTED0(ViewMsg_Stop)
IPC_MESSAGE_ROUTED3(ViewMsg_Find, int , base::string16 , blink::WebFindOptions)
IPC_MESSAGE_ROUTED1(ViewMsg_StopFinding, content::StopFindAction )
IPC_MESSAGE_ROUTED1(ViewMsg_ReplaceDateTime, double )
IPC_MESSAGE_ROUTED2(ViewMsg_CopyImageAt, int , int )
IPC_MESSAGE_ROUTED2(ViewMsg_MediaPlayerActionAt, gfx::Point, blink::WebMediaPlayerAction)
IPC_MESSAGE_ROUTED2(ViewMsg_PluginActionAt, gfx::Point, blink::WebPluginAction)
IPC_MESSAGE_ROUTED1(ViewMsg_PostMessageEvent, ViewMsg_PostMessage_Params)
IPC_MESSAGE_ROUTED0(ViewMsg_DisownOpener)
IPC_MESSAGE_ROUTED1(ViewMsg_Zoom, content::PageZoom )
IPC_MESSAGE_ROUTED1(ViewMsg_SetZoomLevel, double )
IPC_MESSAGE_ROUTED2(ViewMsg_SetZoomLevelForLoadingURL, GURL , double )
IPC_MESSAGE_CONTROL3(ViewMsg_SetZoomLevelForCurrentURL, std::string , std::string , double )
IPC_MESSAGE_ROUTED1(ViewMsg_SetPageEncoding, std::string )
IPC_MESSAGE_ROUTED0(ViewMsg_ResetPageEncodingToDefault)
IPC_MESSAGE_ROUTED1(ViewMsg_AllowBindings, int )
IPC_MESSAGE_ROUTED2(ViewMsg_SetWebUIProperty, std::string , std::string )
IPC_MESSAGE_ROUTED1(ViewMsg_SetInputMethodActive, bool )
IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowShown)
IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowUpdated)
IPC_MESSAGE_ROUTED0(ViewMsg_CandidateWindowHidden)
IPC_MESSAGE_ROUTED4( ViewMsg_ImeSetComposition, base::string16, std::vector<blink::WebCompositionUnderline>, int, int )
IPC_MESSAGE_ROUTED3(ViewMsg_ImeConfirmComposition, base::string16 , gfx::Range , bool )
IPC_MESSAGE_ROUTED0(ViewMsg_UpdateTargetURL_ACK)
IPC_MESSAGE_ROUTED1(ViewMsg_RunFileChooserResponse, std::vector<ui::SelectedFileInfo>)
IPC_MESSAGE_ROUTED2(ViewMsg_EnumerateDirectoryResponse, int , std::vector<base::FilePath> )
IPC_MESSAGE_ROUTED0(ViewMsg_CantFocus)
IPC_MESSAGE_ROUTED0(ViewMsg_SuppressDialogsUntilSwapOut)
IPC_MESSAGE_ROUTED0(ViewMsg_ClosePage)
IPC_MESSAGE_ROUTED0(ViewMsg_ThemeChanged)
IPC_MESSAGE_ROUTED1(ViewMsg_Repaint, gfx::Size )
IPC_MESSAGE_ROUTED0(ViewMsg_MoveOrResizeStarted)
IPC_MESSAGE_ROUTED2(ViewMsg_UpdateScreenRects, gfx::Rect , gfx::Rect )
IPC_MESSAGE_ROUTED0(ViewMsg_Move_ACK)
IPC_MESSAGE_ROUTED0(ViewMsg_EnablePreferredSizeChangedMode)
IPC_MESSAGE_ROUTED2(ViewMsg_EnableAutoResize, gfx::Size , gfx::Size )
IPC_MESSAGE_ROUTED1(ViewMsg_DisableAutoResize, gfx::Size )
IPC_MESSAGE_ROUTED1(ViewMsg_SetTextDirection, blink::WebTextDirection )
IPC_MESSAGE_ROUTED0(ViewMsg_ClearFocusedElement)
IPC_MESSAGE_ROUTED1(ViewMsg_SetBackground, SkBitmap )
IPC_MESSAGE_ROUTED1(ViewMsg_DisableScrollbarsForSmallWindows, gfx::Size )
IPC_MESSAGE_ROUTED1(ViewMsg_SetActive, bool )
IPC_MESSAGE_ROUTED0(ViewMsg_WorkerCreated)
IPC_MESSAGE_ROUTED0(ViewMsg_WorkerScriptLoadFailed)
IPC_MESSAGE_ROUTED0(ViewMsg_WorkerConnected)
IPC_MESSAGE_CONTROL1(ViewMsg_NetworkStateChanged, bool )
IPC_MESSAGE_ROUTED2(ViewMsg_PpapiBrokerChannelCreated, base::ProcessId , IPC::ChannelHandle )
IPC_MESSAGE_ROUTED1(ViewMsg_PpapiBrokerPermissionResult, bool )
IPC_MESSAGE_CONTROL1(ViewMsg_PurgePluginListCache, bool )
IPC_MESSAGE_ROUTED0(ViewMsg_EnableViewSourceMode)
IPC_MESSAGE_ROUTED2(ViewMsg_SavePageAsMHTML, int , IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL1(ViewMsg_TempCrashWithData, GURL )
IPC_MESSAGE_ROUTED1(ViewMsg_SetAccessibilityMode, AccessibilityMode)
IPC_MESSAGE_ROUTED1(ViewMsg_ReleaseDisambiguationPopupBitmap, cc::SharedBitmapId )
IPC_MESSAGE_ROUTED3(ViewMsg_WindowSnapshotCompleted, int , gfx::Size , std::vector<unsigned char> )
IPC_MESSAGE_CONTROL5(ViewMsg_UpdateScrollbarTheme, float , float , bool , blink::ScrollerStyle , bool )
IPC_MESSAGE_CONTROL1(ViewMsg_SetWebKitSharedTimersSuspended, bool )
IPC_MESSAGE_ROUTED1(ViewMsg_FindMatchRects, int )
IPC_MESSAGE_ROUTED2(ViewMsg_SelectPopupMenuItems, bool , std::vector<int> )
IPC_MESSAGE_ROUTED3(ViewMsg_UpdateTopControlsState, bool , bool , bool )
IPC_MESSAGE_ROUTED0(ViewMsg_ShowImeIfNeeded)
IPC_MESSAGE_ROUTED1(ViewMsg_BeginFrame, cc::BeginFrameArgs )
IPC_MESSAGE_ROUTED0(ViewMsg_ImeEventAck)
IPC_MESSAGE_ROUTED0(ViewMsg_PauseVideo)
IPC_MESSAGE_ROUTED1(ViewMsg_ExtractSmartClipData, gfx::Rect )
IPC_MESSAGE_ROUTED1(ViewMsg_SetWindowVisibility, bool )
IPC_MESSAGE_ROUTED2(ViewMsg_WindowFrameChanged, gfx::Rect , gfx::Rect )
IPC_MESSAGE_ROUTED1(ViewMsg_SetInLiveResize, bool )
IPC_MESSAGE_ROUTED2(ViewMsg_PluginImeCompositionCompleted, base::string16 , int )
IPC_MESSAGE_ROUTED1(ViewMsg_SelectPopupMenuItem, int )
IPC_MESSAGE_ROUTED2(ViewMsg_SwapCompositorFrameAck, uint32 , cc::CompositorFrameAck )
IPC_MESSAGE_ROUTED2(ViewMsg_ReclaimCompositorResources, uint32 , cc::CompositorFrameAck )
IPC_MESSAGE_ROUTED1(ViewMsg_Snapshot, gfx::Rect )
IPC_SYNC_MESSAGE_CONTROL1_4(ViewHostMsg_CreateWindow, ViewHostMsg_CreateWindow_Params, int , int , int32 , int64 )
IPC_SYNC_MESSAGE_CONTROL2_2(ViewHostMsg_CreateWidget, int , blink::WebPopupType , int , int32 )
IPC_SYNC_MESSAGE_CONTROL1_2(ViewHostMsg_CreateFullscreenWidget, int , int , int32 )
IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GenerateRoutingID, int )
IPC_SYNC_MESSAGE_CONTROL0_2(ViewHostMsg_GetAudioHardwareConfig, media::AudioParameters , media::AudioParameters )
IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetCPUUsage, int )
IPC_SYNC_MESSAGE_CONTROL0_2(ViewHostMsg_GetProcessMemorySizes, size_t , size_t )
IPC_MESSAGE_ROUTED4(ViewHostMsg_ShowView, int , WindowOpenDisposition , gfx::Rect , bool )
IPC_MESSAGE_ROUTED2(ViewHostMsg_ShowWidget, int , gfx::Rect )
IPC_MESSAGE_ROUTED1(ViewHostMsg_ShowFullscreenWidget, int )
IPC_SYNC_MESSAGE_ROUTED1_0(ViewHostMsg_RunModal, int )
IPC_MESSAGE_ROUTED0(ViewHostMsg_RenderViewReady)
IPC_MESSAGE_ROUTED2(ViewHostMsg_RenderProcessGone, int, int )
IPC_MESSAGE_ROUTED0(ViewHostMsg_Close)
IPC_MESSAGE_ROUTED0(ViewHostMsg_UpdateScreenRects_ACK)
IPC_MESSAGE_ROUTED1(ViewHostMsg_RequestMove, gfx::Rect )
IPC_MESSAGE_ROUTED1(ViewHostMsg_ShowPopup, ViewHostMsg_ShowPopup_Params)
IPC_MESSAGE_ROUTED0(ViewHostMsg_HidePopup)
IPC_MESSAGE_ROUTED5(ViewHostMsg_Find_Reply, int , int , gfx::Rect , int , bool )
IPC_MESSAGE_ROUTED0(ViewHostMsg_ClosePage_ACK)
IPC_MESSAGE_ROUTED3(ViewHostMsg_MediaPlayingNotification, int64 , bool , bool )
IPC_MESSAGE_ROUTED1(ViewHostMsg_MediaPausedNotification, int64 )
IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateState, int32 , content::PageState )
IPC_MESSAGE_ROUTED3(ViewHostMsg_UpdateTitle, int32 , base::string16 , blink::WebTextDirection )
IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateEncoding, std::string )
IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateTargetURL, int32, GURL)
IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeLoadProgress, double )
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidDisownOpener)
IPC_MESSAGE_ROUTED0(ViewHostMsg_DocumentAvailableInMainFrame)
IPC_MESSAGE_ROUTED1(ViewHostMsg_DocumentOnLoadCompletedInMainFrame, int32 )
IPC_MESSAGE_ROUTED5(ViewHostMsg_DidLoadResourceFromMemoryCache, GURL , std::string , std::string , std::string , ResourceType::Type )
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidDisplayInsecureContent)
IPC_MESSAGE_ROUTED2(ViewHostMsg_DidRunInsecureContent, std::string , GURL )
IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateRect, ViewHostMsg_UpdateRect_Params)
IPC_MESSAGE_ROUTED0(ViewHostMsg_UpdateIsDelayed)
IPC_MESSAGE_ROUTED1(ViewHostMsg_DidActivateAcceleratedCompositing, bool )
IPC_MESSAGE_ROUTED0(ViewHostMsg_Focus)
IPC_MESSAGE_ROUTED0(ViewHostMsg_Blur)
IPC_MESSAGE_ROUTED1(ViewHostMsg_FocusedNodeChanged, bool )
IPC_MESSAGE_ROUTED1(ViewHostMsg_SetCursor, content::WebCursor)
IPC_MESSAGE_ROUTED2(ViewHostMsg_SetTouchEventEmulationEnabled, bool , bool )
IPC_MESSAGE_CONTROL4(ViewHostMsg_SetCookie, int , GURL , GURL , std::string )
IPC_SYNC_MESSAGE_CONTROL3_1(ViewHostMsg_GetCookies, int , GURL , GURL , std::string )
IPC_SYNC_MESSAGE_CONTROL2_1(ViewHostMsg_GetRawCookies, GURL , GURL , std::vector<content::CookieData> )
IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_DeleteCookie, GURL , std::string )
IPC_SYNC_MESSAGE_CONTROL2_1(ViewHostMsg_CookiesEnabled, GURL , GURL , bool )
IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_GetPlugins, bool , std::vector<content::WebPluginInfo> )
IPC_MESSAGE_ROUTED1(ViewHostMsg_WindowlessPluginDummyWindowCreated, gfx::NativeViewId )
IPC_MESSAGE_ROUTED1(ViewHostMsg_WindowlessPluginDummyWindowDestroyed, gfx::NativeViewId )
IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetMonitorColorProfile, std::vector<char> )
IPC_SYNC_MESSAGE_CONTROL1_2(ViewHostMsg_ResolveProxy, GURL , bool , std::string )
IPC_SYNC_MESSAGE_CONTROL1_1(ViewHostMsg_CreateWorker, ViewHostMsg_CreateWorker_Params, int )
IPC_MESSAGE_CONTROL1(ViewHostMsg_DocumentDetached, uint64 )
IPC_MESSAGE_CONTROL1(ViewHostMsg_ForwardToWorker, IPC::Message )
IPC_MESSAGE_ROUTED2(ViewHostMsg_AppCacheAccessed, GURL , bool )
IPC_MESSAGE_ROUTED3(ViewHostMsg_DownloadUrl, GURL , content::Referrer , base::string16 )
IPC_MESSAGE_ROUTED1(ViewHostMsg_GoToEntryAtOffset, int )
IPC_MESSAGE_ROUTED0(ViewHostMsg_RouteCloseEvent)
IPC_MESSAGE_ROUTED1(ViewHostMsg_RouteMessageEvent, ViewMsg_PostMessage_Params)
IPC_MESSAGE_ROUTED1(ViewHostMsg_DidContentsPreferredSizeChange, gfx::Size )
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidChangeScrollOffset)
IPC_MESSAGE_ROUTED2(ViewHostMsg_DidChangeScrollOffsetPinningForMainFrame, bool , bool )
IPC_MESSAGE_ROUTED2(ViewHostMsg_DidChangeScrollbarsForMainFrame, bool , bool )
IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeNumWheelEvents, int )
IPC_MESSAGE_ROUTED1(ViewHostMsg_HasTouchEventHandlers, bool )
IPC_MESSAGE_ROUTED3(ViewHostMsg_WebUISend, GURL , std::string , base::ListValue )
IPC_SYNC_MESSAGE_CONTROL1_3(ViewHostMsg_OpenChannelToPepperPlugin, base::FilePath , IPC::ChannelHandle , base::ProcessId , int )
IPC_SYNC_MESSAGE_CONTROL4_0( ViewHostMsg_DidCreateOutOfProcessPepperInstance, int , int32 , content::PepperRendererInstanceData , bool )
IPC_MESSAGE_CONTROL3(ViewHostMsg_DidDeleteOutOfProcessPepperInstance, int , int32 , bool )
IPC_MESSAGE_CONTROL2(ViewHostMsg_DidCreateInProcessInstance, int32 , content::PepperRendererInstanceData )
IPC_MESSAGE_CONTROL1(ViewHostMsg_DidDeleteInProcessInstance, int32 )
IPC_MESSAGE_CONTROL2(ViewHostMsg_OpenChannelToPpapiBroker, int , base::FilePath )
IPC_MESSAGE_ROUTED3(ViewHostMsg_RequestPpapiBrokerPermission, int , GURL , base::FilePath )
IPC_MESSAGE_ROUTED2(ViewHostMsg_SetTooltipText, base::string16 , blink::WebTextDirection )
IPC_MESSAGE_ROUTED0(ViewHostMsg_SelectRange_ACK)
IPC_MESSAGE_ROUTED0(ViewHostMsg_MoveCaret_ACK)
IPC_MESSAGE_ROUTED3(ViewHostMsg_SelectionChanged, base::string16 , size_t , gfx::Range )
IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionBoundsChanged, ViewHostMsg_SelectionBounds_Params)
IPC_MESSAGE_ROUTED1(ViewHostMsg_SelectionRootBoundsChanged, gfx::Rect )
IPC_MESSAGE_ROUTED1(ViewHostMsg_RunFileChooser, content::FileChooserParams)
IPC_MESSAGE_ROUTED2(ViewHostMsg_EnumerateDirectory, int , base::FilePath )
IPC_MESSAGE_ROUTED1(ViewHostMsg_TakeFocus, bool )
IPC_MESSAGE_ROUTED1(ViewHostMsg_OpenDateTimeDialog, ViewHostMsg_DateTimeDialogValue_Params )
IPC_MESSAGE_ROUTED3(ViewHostMsg_TextInputTypeChanged, ui::TextInputType , ui::TextInputMode , bool )
IPC_MESSAGE_ROUTED1(ViewHostMsg_TextInputStateChanged, ViewHostMsg_TextInputState_Params )
IPC_MESSAGE_ROUTED0(ViewHostMsg_ImeCancelComposition)
IPC_MESSAGE_ROUTED3(ViewHostMsg_DidZoomURL, double , bool , GURL )
IPC_MESSAGE_ROUTED3(ViewHostMsg_UpdateZoomLimits, int , int , bool )
IPC_MESSAGE_CONTROL1(ViewHostMsg_SuddenTerminationChanged, bool )
IPC_MESSAGE_ROUTED3(ViewHostMsg_UpdateFrameName, int , bool , std::string )
IPC_MESSAGE_ROUTED1( ViewHostMsg_CompositorSurfaceBuffersSwapped, ViewHostMsg_CompositorSurfaceBuffersSwapped_Params )
IPC_MESSAGE_ROUTED2(ViewHostMsg_SwapCompositorFrame, uint32 , cc::CompositorFrame )
IPC_MESSAGE_ROUTED2(ViewHostMsg_DidOverscroll, gfx::Vector2dF , gfx::Vector2dF )
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidStopFlinging)
IPC_MESSAGE_ROUTED2(ViewHostMsg_Snapshot, bool, SkBitmap )
IPC_SYNC_MESSAGE_CONTROL3_1(ViewHostMsg_Keygen, uint32 , std::string , GURL , std::string )
IPC_MESSAGE_CONTROL3(ViewHostMsg_DidGenerateCacheableMetadata, GURL , double , std::vector<char> )
IPC_MESSAGE_ROUTED4(ViewHostMsg_RegisterProtocolHandler, std::string , GURL , base::string16 , bool )
IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateInspectorSetting, std::string, std::string )
IPC_MESSAGE_ROUTED1(ViewHostMsg_ToggleFullscreen, bool )
IPC_MESSAGE_CONTROL1(ViewHostMsg_UserMetricsRecordAction, std::string )
IPC_MESSAGE_CONTROL2(ViewHostMsg_SavedPageAsMHTML, int , int64 )
IPC_MESSAGE_ROUTED3(ViewHostMsg_SendCurrentPageAllSavableResourceLinks, std::vector<GURL> , std::vector<content::Referrer> , std::vector<GURL> )
IPC_MESSAGE_ROUTED3(ViewHostMsg_SendSerializedHtmlData, GURL , std::string , int32 )
IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvents, std::vector<media::MediaLogEvent> )
IPC_MESSAGE_ROUTED3(ViewHostMsg_LockMouse, bool , bool , bool )
IPC_MESSAGE_ROUTED0(ViewHostMsg_UnlockMouse)
IPC_MESSAGE_ROUTED0(ViewHostMsg_DidAccessInitialDocument)
IPC_MESSAGE_ROUTED3(ViewHostMsg_ShowDisambiguationPopup, gfx::Rect, gfx::Size, cc::SharedBitmapId )
IPC_SYNC_MESSAGE_CONTROL3_1(ViewHostMsg_Are3DAPIsBlocked, int , GURL , content::ThreeDAPIType , bool )
IPC_MESSAGE_CONTROL3(ViewHostMsg_DidLose3DContext, GURL , content::ThreeDAPIType , int )
IPC_MESSAGE_ROUTED0(ViewHostMsg_WillInsertBody)
IPC_MESSAGE_ROUTED2(ViewHostMsg_UpdateFaviconURL, int32 , std::vector<content::FaviconURL> )
IPC_MESSAGE_ROUTED1(ViewHostMsg_DidFirstVisuallyNonEmptyPaint, int )
IPC_MESSAGE_CONTROL1(ViewHostMsg_Vibrate, int64 )
IPC_MESSAGE_CONTROL0(ViewHostMsg_CancelVibration)
IPC_MESSAGE_ROUTED1(ViewHostMsg_FocusedNodeTouched, bool )
IPC_MESSAGE_ROUTED3(ViewHostMsg_ShowValidationMessage, gfx::Rect , base::string16 , base::string16 )
IPC_MESSAGE_ROUTED0(ViewHostMsg_HideValidationMessage)
IPC_MESSAGE_ROUTED1(ViewHostMsg_MoveValidationMessage, gfx::Rect )
IPC_MESSAGE_ROUTED3(ViewHostMsg_FindMatchRects_Reply, int , std::vector<gfx::RectF> , gfx::RectF )
IPC_MESSAGE_ROUTED1(ViewHostMsg_StartContentIntent, GURL )
IPC_MESSAGE_ROUTED1(ViewHostMsg_DidChangeBodyBackgroundColor, uint32 )
IPC_MESSAGE_CONTROL3(ViewHostMsg_RunWebAudioMediaCodec, base::SharedMemoryHandle , base::FileDescriptor , uint32_t )
IPC_MESSAGE_ROUTED1(ViewHostMsg_SetNeedsBeginFrame, bool )
IPC_MESSAGE_ROUTED1(ViewHostMsg_SmartClipDataExtracted, base::string16)
IPC_SYNC_MESSAGE_CONTROL1_3(ViewHostMsg_LoadFont, FontDescriptor , uint32 , base::SharedMemoryHandle , uint32 )
IPC_MESSAGE_ROUTED2(ViewHostMsg_PluginFocusChanged, bool, int )
IPC_MESSAGE_ROUTED0(ViewHostMsg_StartPluginIme)
IPC_SYNC_MESSAGE_CONTROL2_0(ViewHostMsg_PreCacheFontCharacters, LOGFONT , base::string16 )
IPC_SYNC_MESSAGE_CONTROL2_1(ViewHostMsg_AllocTransportDIB, uint32_t, bool, TransportDIB::Handle )
IPC_MESSAGE_CONTROL1(ViewHostMsg_FreeTransportDIB, TransportDIB::Id )
IPC_MESSAGE_ROUTED2(ViewHostMsg_ImeCompositionRangeChanged, gfx::Range , std::vector<gfx::Rect> )
IPC_MESSAGE_CONTROL1(MojoMsg_ChannelCreated, IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL3(QuotaMsg_DidGrantStorageQuota, int , int64 , int64 )
IPC_MESSAGE_CONTROL3(QuotaMsg_DidQueryStorageUsageAndQuota, int , int64 , int64 )
IPC_MESSAGE_CONTROL2(QuotaMsg_DidFail, int , quota::QuotaStatusCode )
IPC_MESSAGE_CONTROL3(QuotaHostMsg_QueryStorageUsageAndQuota, int , GURL , quota::StorageType )
IPC_MESSAGE_CONTROL1(QuotaHostMsg_RequestStorageQuota, content::StorageQuotaParams)
IPC_MESSAGE_ROUTED1(AccessibilityMsg_SetFocus, int )
IPC_MESSAGE_ROUTED1(AccessibilityMsg_DoDefaultAction, int )
IPC_MESSAGE_ROUTED2(AccessibilityMsg_ScrollToMakeVisible, int , gfx::Rect )
IPC_MESSAGE_ROUTED2(AccessibilityMsg_ScrollToPoint, int , gfx::Point )
IPC_MESSAGE_ROUTED3(AccessibilityMsg_SetTextSelection, int , int , int )
IPC_MESSAGE_ROUTED0(AccessibilityMsg_Events_ACK)
IPC_MESSAGE_ROUTED0(AccessibilityMsg_FatalError)
IPC_MESSAGE_ROUTED1( AccessibilityHostMsg_Events, std::vector<AccessibilityHostMsg_EventParams>)
IPC_MESSAGE_ROUTED1( AccessibilityHostMsg_LocationChanges, std::vector<AccessibilityHostMsg_LocationChangeParams>)
IPC_SYNC_MESSAGE_CONTROL0_1(GamepadHostMsg_StartPolling, base::SharedMemoryHandle )
IPC_SYNC_MESSAGE_CONTROL0_0(GamepadHostMsg_StopPolling)
IPC_MESSAGE_ROUTED3(PushMessagingMsg_RegisterSuccess, int32 , GURL , std::string )
IPC_MESSAGE_ROUTED1(PushMessagingMsg_RegisterError, int32 )
IPC_MESSAGE_CONTROL3(PushMessagingHostMsg_Register, int32 , int32 , std::string )
IPC_MESSAGE_CONTROL1(BlobHostMsg_StartBuilding, std::string )
IPC_MESSAGE_CONTROL2(BlobHostMsg_AppendBlobDataItem, std::string , webkit_blob::BlobData::Item)
IPC_SYNC_MESSAGE_CONTROL3_0(BlobHostMsg_SyncAppendSharedMemory, std::string , base::SharedMemoryHandle, size_t )
IPC_MESSAGE_CONTROL2(BlobHostMsg_FinishBuilding, std::string , std::string )
IPC_MESSAGE_CONTROL1(BlobHostMsg_IncrementRefCount, std::string )
IPC_MESSAGE_CONTROL1(BlobHostMsg_DecrementRefCount, std::string )
IPC_MESSAGE_CONTROL2(BlobHostMsg_RegisterPublicURL, GURL, std::string )
IPC_MESSAGE_CONTROL1(BlobHostMsg_RevokePublicURL, GURL)
IPC_MESSAGE_CONTROL2(StreamHostMsg_StartBuilding, GURL , std::string )
IPC_MESSAGE_CONTROL2(StreamHostMsg_AppendBlobDataItem, GURL , webkit_blob::BlobData::Item)
IPC_SYNC_MESSAGE_CONTROL3_0(StreamHostMsg_SyncAppendSharedMemory, GURL , base::SharedMemoryHandle, size_t )
IPC_MESSAGE_CONTROL1(StreamHostMsg_FinishBuilding, GURL )
IPC_MESSAGE_CONTROL1(StreamHostMsg_AbortBuilding, GURL )
IPC_MESSAGE_CONTROL2(StreamHostMsg_Clone, GURL , GURL )
IPC_MESSAGE_CONTROL1(StreamHostMsg_Remove, GURL )
IPC_MESSAGE_CONTROL3(FileSystemMsg_DidOpenFileSystem, int , std::string , GURL )
IPC_MESSAGE_CONTROL4(FileSystemMsg_DidResolveURL, int , fileapi::FileSystemInfo , base::FilePath , bool )
IPC_MESSAGE_CONTROL1(FileSystemMsg_DidSucceed, int )
IPC_MESSAGE_CONTROL2(FileSystemMsg_DidReadMetadata, int , base::File::Info)
IPC_MESSAGE_CONTROL3(FileSystemMsg_DidCreateSnapshotFile, int , base::File::Info, base::FilePath )
IPC_MESSAGE_CONTROL3(FileSystemMsg_DidReadDirectory, int , std::vector<fileapi::DirectoryEntry> , bool )
IPC_MESSAGE_CONTROL3(FileSystemMsg_DidWrite, int , int64 , bool )
IPC_MESSAGE_CONTROL4(FileSystemMsg_DidOpenFile, int , IPC::PlatformFileForTransit, int , quota::QuotaLimitType )
IPC_MESSAGE_CONTROL2(FileSystemMsg_DidFail, int , base::File::Error )
IPC_MESSAGE_CONTROL3(FileSystemHostMsg_OpenFileSystem, int , GURL , fileapi::FileSystemType )
IPC_MESSAGE_CONTROL2(FileSystemHostMsg_ResolveURL, int , GURL )
IPC_MESSAGE_CONTROL3(FileSystemHostMsg_DeleteFileSystem, int , GURL , fileapi::FileSystemType )
IPC_MESSAGE_CONTROL3(FileSystemHostMsg_Move, int , GURL , GURL )
IPC_MESSAGE_CONTROL3(FileSystemHostMsg_Copy, int , GURL , GURL )
IPC_MESSAGE_CONTROL3(FileSystemHostMsg_Remove, int , GURL , bool )
IPC_MESSAGE_CONTROL2(FileSystemHostMsg_ReadMetadata, int , GURL )
IPC_MESSAGE_CONTROL5(FileSystemHostMsg_Create, int , GURL , bool , bool , bool )
IPC_MESSAGE_CONTROL3(FileSystemHostMsg_Exists, int , GURL , bool )
IPC_MESSAGE_CONTROL2(FileSystemHostMsg_ReadDirectory, int , GURL )
IPC_MESSAGE_CONTROL4(FileSystemHostMsg_Write, int , GURL , std::string , int64 )
IPC_MESSAGE_CONTROL3(FileSystemHostMsg_Truncate, int , GURL , int64 )
IPC_MESSAGE_CONTROL4(FileSystemHostMsg_TouchFile, int , GURL , base::Time , base::Time )
IPC_MESSAGE_CONTROL2(FileSystemHostMsg_CancelWrite, int , int )
IPC_MESSAGE_CONTROL2(FileSystemHostMsg_CreateSnapshotFile, int , GURL )
IPC_MESSAGE_CONTROL1(FileSystemHostMsg_DidReceiveSnapshotFile, int )
IPC_SYNC_MESSAGE_CONTROL1_1(FileSystemHostMsg_SyncGetPlatformPath, GURL , base::FilePath )
IPC_MESSAGE_CONTROL3(DatabaseMsg_UpdateSize, std::string , base::string16 , int64 )
IPC_MESSAGE_CONTROL2(DatabaseMsg_UpdateSpaceAvailable, std::string , int64 )
IPC_MESSAGE_CONTROL1(DatabaseMsg_ResetSpaceAvailable, std::string )
IPC_MESSAGE_CONTROL2(DatabaseMsg_CloseImmediately, std::string , base::string16 )
IPC_SYNC_MESSAGE_CONTROL2_1(DatabaseHostMsg_OpenFile, base::string16 , int , IPC::PlatformFileForTransit )
IPC_SYNC_MESSAGE_CONTROL2_1(DatabaseHostMsg_DeleteFile, base::string16 , bool , int )
IPC_SYNC_MESSAGE_CONTROL1_1(DatabaseHostMsg_GetFileAttributes, base::string16 , int32 )
IPC_SYNC_MESSAGE_CONTROL1_1(DatabaseHostMsg_GetFileSize, base::string16 , int64 )
IPC_SYNC_MESSAGE_CONTROL1_1(DatabaseHostMsg_GetSpaceAvailable, std::string , int64 )
IPC_MESSAGE_CONTROL4(DatabaseHostMsg_Opened, std::string , base::string16 , base::string16 , int64 )
IPC_MESSAGE_CONTROL2(DatabaseHostMsg_Modified, std::string , base::string16 )
IPC_MESSAGE_CONTROL2(DatabaseHostMsg_Closed, std::string , base::string16 )
IPC_MESSAGE_CONTROL3(DatabaseHostMsg_HandleSqliteError, std::string , base::string16 , int )
IPC_MESSAGE_CONTROL1(ClipboardHostMsg_WriteObjectsAsync, ui::Clipboard::ObjectMap )
IPC_SYNC_MESSAGE_CONTROL2_0(ClipboardHostMsg_WriteObjectsSync, ui::Clipboard::ObjectMap , base::SharedMemoryHandle )
IPC_SYNC_MESSAGE_CONTROL1_1(ClipboardHostMsg_GetSequenceNumber, ui::ClipboardType , uint64 )
IPC_SYNC_MESSAGE_CONTROL2_1(ClipboardHostMsg_IsFormatAvailable, content::ClipboardFormat , ui::ClipboardType , bool )
IPC_MESSAGE_CONTROL1(ClipboardHostMsg_Clear, ui::ClipboardType )
IPC_SYNC_MESSAGE_CONTROL1_2(ClipboardHostMsg_ReadAvailableTypes, ui::ClipboardType , std::vector<base::string16> , bool )
IPC_SYNC_MESSAGE_CONTROL1_1(ClipboardHostMsg_ReadText, ui::ClipboardType , base::string16 )
IPC_SYNC_MESSAGE_CONTROL1_4(ClipboardHostMsg_ReadHTML, ui::ClipboardType , base::string16 , GURL , uint32 , uint32 )
IPC_SYNC_MESSAGE_CONTROL1_1(ClipboardHostMsg_ReadRTF, ui::ClipboardType , std::string )
IPC_SYNC_MESSAGE_CONTROL1_2(ClipboardHostMsg_ReadImage, ui::ClipboardType , base::SharedMemoryHandle , uint32 )
IPC_SYNC_MESSAGE_CONTROL2_1(ClipboardHostMsg_ReadCustomData, ui::ClipboardType , base::string16 , base::string16 )
IPC_MESSAGE_CONTROL1(ClipboardHostMsg_FindPboardWriteStringAsync, base::string16 )
IPC_MESSAGE_CONTROL2(ResourceMsg_ReceivedResponse, int , content::ResourceResponseHead)
IPC_MESSAGE_CONTROL2(ResourceMsg_ReceivedCachedMetadata, int , std::vector<char> )
IPC_MESSAGE_CONTROL3(ResourceMsg_UploadProgress, int , int64 , int64 )
IPC_MESSAGE_CONTROL3(ResourceMsg_ReceivedRedirect, int , GURL , content::ResourceResponseHead)
IPC_MESSAGE_CONTROL4(ResourceMsg_SetDataBuffer, int , base::SharedMemoryHandle , int , base::ProcessId )
IPC_MESSAGE_CONTROL4(ResourceMsg_DataReceived, int , int , int , int )
IPC_MESSAGE_CONTROL3(ResourceMsg_DataDownloaded, int , int , int )
IPC_MESSAGE_CONTROL2(ResourceMsg_RequestComplete, int , ResourceMsg_RequestCompleteData)
IPC_MESSAGE_ROUTED2(ResourceHostMsg_RequestResource, int , ResourceHostMsg_Request)
IPC_MESSAGE_CONTROL1(ResourceHostMsg_CancelRequest, int )
IPC_MESSAGE_CONTROL3(ResourceHostMsg_FollowRedirect, int , bool , GURL )
IPC_SYNC_MESSAGE_ROUTED2_1(ResourceHostMsg_SyncLoad, int , ResourceHostMsg_Request, content::SyncLoadResult)
IPC_MESSAGE_CONTROL1(ResourceHostMsg_DataReceived_ACK, int )
IPC_MESSAGE_CONTROL1(ResourceHostMsg_DataDownloaded_ACK, int )
IPC_MESSAGE_CONTROL1(ResourceHostMsg_UploadProgress_ACK, int )
IPC_MESSAGE_CONTROL1(ResourceHostMsg_ReleaseDownloadedFile, int )
IPC_MESSAGE_CONTROL3(ResourceHostMsg_DidChangePriority, int , net::RequestPriority, int )
IPC_MESSAGE_ROUTED4(ImageMsg_DownloadImage, int , GURL , bool , uint32_t )
IPC_MESSAGE_ROUTED5(ImageHostMsg_DidDownloadImage, int , int , GURL , std::vector<SkBitmap> , std::vector<gfx::Size>)
IPC_MESSAGE_ROUTED3(WebSocketHostMsg_AddChannelRequest, GURL , std::vector<std::string> , url::Origin )
IPC_MESSAGE_ROUTED3(WebSocketMsg_AddChannelResponse, bool , std::string , std::string )
IPC_MESSAGE_ROUTED1(WebSocketMsg_NotifyStartOpeningHandshake, content::WebSocketHandshakeRequest )
IPC_MESSAGE_ROUTED1(WebSocketMsg_NotifyFinishOpeningHandshake, content::WebSocketHandshakeResponse )
IPC_MESSAGE_ROUTED1(WebSocketMsg_NotifyFailure, std::string )
IPC_MESSAGE_ROUTED3(WebSocketMsg_SendFrame, bool , content::WebSocketMessageType , std::vector<char> )
IPC_MESSAGE_ROUTED1(WebSocketMsg_FlowControl, int64 )
IPC_MESSAGE_ROUTED3(WebSocketMsg_DropChannel, bool , unsigned short , std::string )
IPC_MESSAGE_ROUTED0(WebSocketMsg_NotifyClosing)
IPC_MESSAGE_CONTROL2(PluginProcessMsg_CreateChannel, int , bool )
IPC_MESSAGE_CONTROL0(PluginProcessMsg_NotifyRenderersOfPendingShutdown)
IPC_MESSAGE_CONTROL3(PluginProcessMsg_ClearSiteData, std::string , uint64 , uint64 )
IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ChannelCreated, IPC::ChannelHandle )
IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ChannelDestroyed, int )
IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_ClearSiteDataResult, bool )
IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_PluginWindowDestroyed, HWND , HWND )
IPC_MESSAGE_CONTROL3(PluginProcessHostMsg_PluginSelectWindow, uint32 , gfx::Rect , bool )
IPC_MESSAGE_CONTROL3(PluginProcessHostMsg_PluginShowWindow, uint32 , gfx::Rect , bool )
IPC_MESSAGE_CONTROL2(PluginProcessHostMsg_PluginHideWindow, uint32 , gfx::Rect )
IPC_MESSAGE_CONTROL1(PluginProcessHostMsg_PluginSetCursorVisibility, bool )
IPC_MESSAGE_CONTROL0(DeviceOrientationHostMsg_StartPolling)
IPC_MESSAGE_CONTROL1(DeviceOrientationMsg_DidStartPolling, base::SharedMemoryHandle )
IPC_MESSAGE_CONTROL0(DeviceOrientationHostMsg_StopPolling)
IPC_MESSAGE_CONTROL0(DeviceMotionHostMsg_StartPolling)
IPC_MESSAGE_CONTROL1(DeviceMotionMsg_DidStartPolling, base::SharedMemoryHandle )
IPC_MESSAGE_CONTROL0(DeviceMotionHostMsg_StopPolling)
IPC_MESSAGE_CONTROL1(InputTagSpeechHostMsg_StartRecognition, InputTagSpeechHostMsg_StartRecognition_Params)
IPC_MESSAGE_CONTROL2(InputTagSpeechHostMsg_CancelRecognition, int , int )
IPC_MESSAGE_CONTROL2(InputTagSpeechHostMsg_StopRecording, int , int )
IPC_MESSAGE_ROUTED2(InputTagSpeechMsg_SetRecognitionResults, int , content::SpeechRecognitionResults )
IPC_MESSAGE_ROUTED1(InputTagSpeechMsg_RecordingComplete, int )
IPC_MESSAGE_ROUTED1(InputTagSpeechMsg_RecognitionComplete, int )
IPC_MESSAGE_ROUTED0(InputTagSpeechMsg_ToggleSpeechInput)
IPC_MESSAGE_CONTROL1(SpeechRecognitionHostMsg_StartRequest, SpeechRecognitionHostMsg_StartRequest_Params)
IPC_MESSAGE_CONTROL2(SpeechRecognitionHostMsg_AbortRequest, int , int )
IPC_MESSAGE_CONTROL2(SpeechRecognitionHostMsg_StopCaptureRequest, int , int )
IPC_MESSAGE_ROUTED2(SpeechRecognitionMsg_ResultRetrieved, int , content::SpeechRecognitionResults )
IPC_MESSAGE_ROUTED2(SpeechRecognitionMsg_ErrorOccurred, int , content::SpeechRecognitionError )
IPC_MESSAGE_ROUTED1(SpeechRecognitionMsg_Started, int )
IPC_MESSAGE_ROUTED1(SpeechRecognitionMsg_AudioStarted, int )
IPC_MESSAGE_ROUTED1(SpeechRecognitionMsg_SoundStarted, int )
IPC_MESSAGE_ROUTED1(SpeechRecognitionMsg_SoundEnded, int )
IPC_MESSAGE_ROUTED1(SpeechRecognitionMsg_AudioEnded, int )
IPC_MESSAGE_ROUTED1(SpeechRecognitionMsg_Ended, int )
IPC_MESSAGE_ROUTED3(MessagePortMsg_Message, base::string16 , std::vector<int> , std::vector<int> )
IPC_MESSAGE_ROUTED0(MessagePortMsg_MessagesQueued)
IPC_SYNC_MESSAGE_CONTROL0_2(MessagePortHostMsg_CreateMessagePort, int , int )
IPC_MESSAGE_CONTROL1(MessagePortHostMsg_DestroyMessagePort, int )
IPC_MESSAGE_CONTROL3(MessagePortHostMsg_PostMessage, int , base::string16 , std::vector<int> )
IPC_MESSAGE_CONTROL2(MessagePortHostMsg_Entangle, int , int )
IPC_MESSAGE_CONTROL1(MessagePortHostMsg_QueueMessages, int )
IPC_MESSAGE_CONTROL2(MessagePortHostMsg_SendQueuedMessages, int , std::vector<QueuedMessage> )
IPC_MESSAGE_ROUTED2(JavaBridgeMsg_AddNamedObject, base::string16 , content::NPVariant_Param)
IPC_MESSAGE_ROUTED1(JavaBridgeMsg_RemoveNamedObject, base::string16 )
IPC_SYNC_MESSAGE_CONTROL0_1(JavaBridgeMsg_GenerateRouteID, int )
IPC_SYNC_MESSAGE_ROUTED0_1(JavaBridgeHostMsg_GetChannelHandle, IPC::ChannelHandle)
IPC_MESSAGE_ROUTED2(MediaPlayerMsg_MediaBufferingUpdate, int , int )
IPC_MESSAGE_ROUTED2(MediaPlayerMsg_MediaError, int , int )
IPC_MESSAGE_ROUTED1(MediaPlayerMsg_MediaPlaybackCompleted, int )
IPC_MESSAGE_ROUTED5(MediaPlayerMsg_MediaMetadataChanged, int , base::TimeDelta , int , int , bool )
IPC_MESSAGE_ROUTED2(MediaPlayerMsg_SeekRequest, int , base::TimeDelta )
IPC_MESSAGE_ROUTED2(MediaPlayerMsg_SeekCompleted, int , base::TimeDelta )
IPC_MESSAGE_ROUTED3(MediaPlayerMsg_MediaVideoSizeChanged, int , int , int )
IPC_MESSAGE_ROUTED2(MediaPlayerMsg_MediaTimeUpdate, int , base::TimeDelta )
IPC_MESSAGE_ROUTED1(MediaPlayerMsg_MediaPlayerReleased, int )
IPC_MESSAGE_ROUTED1(MediaPlayerMsg_DidEnterFullscreen, int )
IPC_MESSAGE_ROUTED1(MediaPlayerMsg_DidExitFullscreen, int )
IPC_MESSAGE_ROUTED1(MediaPlayerMsg_DidMediaPlayerPlay, int )
IPC_MESSAGE_ROUTED1(MediaPlayerMsg_DidMediaPlayerPause, int )
IPC_MESSAGE_CONTROL3(MediaPlayerMsg_DemuxerSeekRequest, int , base::TimeDelta , bool )
IPC_MESSAGE_CONTROL2(MediaPlayerMsg_ReadFromDemuxer, int , media::DemuxerStream::Type )
IPC_MESSAGE_CONTROL1(MediaPlayerMsg_MediaConfigRequest, int )
IPC_MESSAGE_ROUTED2(MediaPlayerMsg_ConnectedToRemoteDevice, int , std::string )
IPC_MESSAGE_ROUTED1(MediaPlayerMsg_DisconnectedFromRemoteDevice, int )
IPC_MESSAGE_ROUTED1(MediaPlayerMsg_RequestFullscreen, int )
IPC_MESSAGE_ROUTED1(MediaPlayerHostMsg_DestroyMediaPlayer, int )
IPC_MESSAGE_ROUTED0(MediaPlayerHostMsg_DestroyAllMediaPlayers)
IPC_MESSAGE_ROUTED5( MediaPlayerHostMsg_Initialize, MediaPlayerHostMsg_Initialize_Type , int , GURL , GURL , int )
IPC_MESSAGE_ROUTED2(MediaPlayerHostMsg_Pause, int , bool )
IPC_MESSAGE_ROUTED1(MediaPlayerHostMsg_Release, int )
IPC_MESSAGE_ROUTED2(MediaPlayerHostMsg_Seek, int , base::TimeDelta )
IPC_MESSAGE_ROUTED1(MediaPlayerHostMsg_Start, int )
IPC_MESSAGE_ROUTED2(MediaPlayerHostMsg_SetVolume, int , double )
IPC_MESSAGE_ROUTED2(MediaPlayerHostMsg_SetPoster, int , GURL )
IPC_MESSAGE_ROUTED1(MediaPlayerHostMsg_EnterFullscreen, int )
IPC_MESSAGE_ROUTED1(MediaPlayerHostMsg_ExitFullscreen, int )
IPC_MESSAGE_ROUTED2(MediaPlayerHostMsg_SetCdm, int , int )
IPC_MESSAGE_CONTROL2(MediaPlayerHostMsg_DemuxerSeekDone, int , base::TimeDelta )
IPC_MESSAGE_CONTROL2(MediaPlayerHostMsg_DemuxerReady, int , media::DemuxerConfigs)
IPC_MESSAGE_CONTROL2(MediaPlayerHostMsg_ReadFromDemuxerAck, int , media::DemuxerData)
IPC_MESSAGE_CONTROL2(MediaPlayerHostMsg_DurationChanged, int , base::TimeDelta )
IPC_MESSAGE_ROUTED3(MediaPlayerHostMsg_NotifyExternalSurface, int , bool , gfx::RectF )
IPC_MESSAGE_ROUTED3(CdmHostMsg_InitializeCdm, int , std::string , GURL )
IPC_MESSAGE_ROUTED4(CdmHostMsg_CreateSession, int , uint32_t , CdmHostMsg_CreateSession_ContentType , std::vector<uint8> )
IPC_MESSAGE_ROUTED3(CdmHostMsg_UpdateSession, int , uint32_t , std::vector<uint8> )
IPC_MESSAGE_ROUTED2(CdmHostMsg_ReleaseSession, int , uint32_t )
IPC_MESSAGE_ROUTED1(CdmHostMsg_DestroyCdm, int )
IPC_MESSAGE_ROUTED3(CdmMsg_SessionCreated, int , uint32_t , std::string )
IPC_MESSAGE_ROUTED4(CdmMsg_SessionMessage, int , uint32_t , std::vector<uint8> , GURL )
IPC_MESSAGE_ROUTED2(CdmMsg_SessionReady, int , uint32_t )
IPC_MESSAGE_ROUTED2(CdmMsg_SessionClosed, int , uint32_t )
IPC_MESSAGE_ROUTED4(CdmMsg_SessionError, int , uint32_t , media::MediaKeys::KeyError , uint32_t )
IPC_MESSAGE_CONTROL3(MediaStreamTrackMetricsHost_AddTrack, uint64 , bool , bool )
IPC_MESSAGE_CONTROL1(MediaStreamTrackMetricsHost_RemoveTrack, uint64 )
IPC_MESSAGE_CONTROL2(VideoCaptureMsg_StateChanged, int , content::VideoCaptureState )
IPC_MESSAGE_CONTROL4(VideoCaptureMsg_NewBuffer, int , base::SharedMemoryHandle , int , int )
IPC_MESSAGE_CONTROL2(VideoCaptureMsg_FreeBuffer, int , int )
IPC_MESSAGE_CONTROL4(VideoCaptureMsg_BufferReady, int , int , media::VideoCaptureFormat , base::TimeTicks )
IPC_MESSAGE_CONTROL5(VideoCaptureMsg_MailboxBufferReady, int , int , gpu::MailboxHolder , media::VideoCaptureFormat , base::TimeTicks )
IPC_MESSAGE_CONTROL2(VideoCaptureMsg_DeviceSupportedFormatsEnumerated, int , media::VideoCaptureFormats )
IPC_MESSAGE_CONTROL2(VideoCaptureMsg_DeviceFormatsInUseReceived, int , media::VideoCaptureFormats )
IPC_MESSAGE_CONTROL3(VideoCaptureHostMsg_Start, int , media::VideoCaptureSessionId, media::VideoCaptureParams )
IPC_MESSAGE_CONTROL1(VideoCaptureHostMsg_Pause, int )
IPC_MESSAGE_CONTROL1(VideoCaptureHostMsg_Stop, int )
IPC_MESSAGE_CONTROL3(VideoCaptureHostMsg_BufferReady, int , int , uint32 )
IPC_MESSAGE_CONTROL2(VideoCaptureHostMsg_GetDeviceSupportedFormats, int , media::VideoCaptureSessionId )
IPC_MESSAGE_CONTROL2(VideoCaptureHostMsg_GetDeviceFormatsInUse, int , media::VideoCaptureSessionId )
IPC_MESSAGE_CONTROL1(PeerConnectionTrackerHost_AddPeerConnection, PeerConnectionInfo )
IPC_MESSAGE_CONTROL1(PeerConnectionTrackerHost_RemovePeerConnection, int )
IPC_MESSAGE_CONTROL3(PeerConnectionTrackerHost_UpdatePeerConnection, int , std::string , std::string )
IPC_MESSAGE_CONTROL2(PeerConnectionTrackerHost_AddStats, int , base::ListValue )
IPC_MESSAGE_CONTROL5(PeerConnectionTrackerHost_GetUserMedia, std::string , bool , bool , std::string , std::string )
IPC_MESSAGE_CONTROL0(PeerConnectionTracker_GetAllStats)
IPC_MESSAGE_CONTROL4(AudioMsg_NotifyStreamCreated, int , base::SharedMemoryHandle , base::SyncSocket::Handle , uint32 )
IPC_MESSAGE_CONTROL4(AudioMsg_NotifyStreamCreated, int , base::SharedMemoryHandle , base::FileDescriptor , uint32 )
IPC_MESSAGE_CONTROL5(AudioInputMsg_NotifyStreamCreated, int , base::SharedMemoryHandle , base::SyncSocket::Handle , uint32 , uint32 )
IPC_MESSAGE_CONTROL5(AudioInputMsg_NotifyStreamCreated, int , base::SharedMemoryHandle , base::FileDescriptor , uint32 , uint32 )
IPC_MESSAGE_CONTROL3(AudioMsg_NotifyDeviceChanged, int , int , int )
IPC_MESSAGE_CONTROL2(AudioMsg_NotifyStreamStateChanged, int , media::AudioOutputIPCDelegate::State )
IPC_MESSAGE_CONTROL2(AudioInputMsg_NotifyStreamStateChanged, int , media::AudioInputIPCDelegate::State )
IPC_MESSAGE_CONTROL2(AudioInputMsg_NotifyStreamVolume, int , double )
IPC_MESSAGE_CONTROL5(AudioHostMsg_CreateStream, int , int , int , int , media::AudioParameters )
IPC_MESSAGE_CONTROL4(AudioInputHostMsg_CreateStream, int , int , int , AudioInputHostMsg_CreateStream_Config)
IPC_MESSAGE_CONTROL1(AudioHostMsg_PlayStream, int )
IPC_MESSAGE_CONTROL1(AudioInputHostMsg_RecordStream, int )
IPC_MESSAGE_CONTROL1(AudioHostMsg_PauseStream, int )
IPC_MESSAGE_CONTROL1(AudioHostMsg_CloseStream, int )
IPC_MESSAGE_CONTROL1(AudioInputHostMsg_CloseStream, int )
IPC_MESSAGE_CONTROL2(AudioHostMsg_SetVolume, int , double )
IPC_MESSAGE_CONTROL2(AudioInputHostMsg_SetVolume, int , double )
IPC_MESSAGE_ROUTED4(MediaStreamMsg_StreamGenerated, int , std::string , content::StreamDeviceInfoArray , content::StreamDeviceInfoArray )
IPC_MESSAGE_ROUTED2(MediaStreamMsg_StreamGenerationFailed, int , content::MediaStreamRequestResult )
IPC_MESSAGE_ROUTED2(MediaStreamMsg_DeviceStopped, std::string , content::StreamDeviceInfo )
IPC_MESSAGE_ROUTED2(MediaStreamMsg_DevicesEnumerated, int , content::StreamDeviceInfoArray )
IPC_MESSAGE_ROUTED3(MediaStreamMsg_DeviceOpened, int , std::string , content::StreamDeviceInfo )
IPC_MESSAGE_ROUTED1(MediaStreamMsg_DeviceOpenFailed, int )
IPC_MESSAGE_CONTROL2(MediaStreamMsg_GetSourcesACK, int , content::StreamDeviceInfoArray )
IPC_MESSAGE_CONTROL1(MediaStreamMsg_EnableAecDump, IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL0(MediaStreamMsg_DisableAecDump)
IPC_MESSAGE_CONTROL5(MediaStreamHostMsg_GenerateStream, int , int , content::StreamOptions , GURL , bool )
IPC_MESSAGE_CONTROL2(MediaStreamHostMsg_CancelGenerateStream, int , int )
IPC_MESSAGE_CONTROL2(MediaStreamHostMsg_StopStreamDevice, int , std::string )
IPC_MESSAGE_CONTROL2(MediaStreamHostMsg_GetSources, int , GURL )
IPC_MESSAGE_CONTROL4(MediaStreamHostMsg_EnumerateDevices, int , int , content::MediaStreamType , GURL )
IPC_MESSAGE_CONTROL2(MediaStreamHostMsg_CancelEnumerateDevices, int , int )
IPC_MESSAGE_CONTROL5(MediaStreamHostMsg_OpenDevice, int , int , std::string , content::MediaStreamType , GURL )
IPC_MESSAGE_CONTROL2(MediaStreamHostMsg_CloseDevice, int , std::string )
IPC_MESSAGE_CONTROL4(WebRTCIdentityMsg_RequestIdentity, int , GURL , std::string , std::string )
IPC_MESSAGE_CONTROL0(WebRTCIdentityMsg_CancelRequest)
IPC_MESSAGE_CONTROL3(WebRTCIdentityHostMsg_IdentityReady, int , std::string , std::string )
IPC_MESSAGE_CONTROL2(WebRTCIdentityHostMsg_RequestFailed, int , int )
IPC_MESSAGE_CONTROL4(MidiHostMsg_RequestSysExPermission, int , int , GURL , bool )
IPC_MESSAGE_CONTROL3(MidiHostMsg_CancelSysExPermissionRequest, int , int , GURL )
IPC_MESSAGE_ROUTED2(MidiMsg_SysExPermissionApproved, int , bool )
IPC_MESSAGE_CONTROL1(MidiHostMsg_StartSession, int )
IPC_MESSAGE_CONTROL3(MidiHostMsg_SendData, uint32 , std::vector<uint8> , double )
IPC_MESSAGE_CONTROL4(MidiMsg_SessionStarted, int , bool , media::MidiPortInfoList , media::MidiPortInfoList )
IPC_MESSAGE_CONTROL3(MidiMsg_DataReceived, uint32 , std::vector<uint8> , double )
IPC_MESSAGE_CONTROL1(MidiMsg_AcknowledgeSentData, uint32 )
IPC_MESSAGE_CONTROL3(SocketStreamHostMsg_Connect, int , GURL , int )
IPC_MESSAGE_CONTROL2(SocketStreamHostMsg_SendData, int , std::vector<char> )
IPC_MESSAGE_CONTROL1(SocketStreamHostMsg_Close, int )
IPC_MESSAGE_CONTROL2(SocketStreamMsg_Connected, int , int )
IPC_MESSAGE_CONTROL2(SocketStreamMsg_ReceivedData, int , std::vector<char> )
IPC_MESSAGE_CONTROL2(SocketStreamMsg_SentData, int , int )
IPC_MESSAGE_CONTROL1(SocketStreamMsg_Closed, int )
IPC_MESSAGE_CONTROL2(SocketStreamMsg_Failed, int , int )
IPC_MESSAGE_ROUTED1(BrowserPluginHostMsg_AllocateInstanceID, int )
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_ExecuteEditCommand, int , std::string )
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetEditCommandsForNextKeyEvent, int , std::vector<content::EditCommand> )
IPC_MESSAGE_ROUTED5( BrowserPluginHostMsg_ImeSetComposition, int , std::string , std::vector<blink::WebCompositionUnderline> , int , int )
IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_ImeConfirmComposition, int , std::string , bool )
IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_ExtendSelectionAndDelete, int , int , int )
IPC_MESSAGE_ROUTED3( BrowserPluginHostMsg_SetAutoSize, int , BrowserPluginHostMsg_AutoSize_Params , BrowserPluginHostMsg_ResizeGuest_Params )
IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_Attach, int , BrowserPluginHostMsg_Attach_Params , base::DictionaryValue )
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetFocus, int , bool )
IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_HandleInputEvent, int , gfx::Rect , IPC::WebInputEventPointer )
IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_UpdateRect_ACK, int , BrowserPluginHostMsg_AutoSize_Params , BrowserPluginHostMsg_ResizeGuest_Params )
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_NavigateGuest, int , std::string )
IPC_MESSAGE_ROUTED3(BrowserPluginHostMsg_CopyFromCompositingSurfaceAck, int , int , SkBitmap)
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_ReclaimCompositorResources, int , FrameHostMsg_ReclaimCompositorResources_Params )
IPC_MESSAGE_ROUTED1(BrowserPluginHostMsg_PluginDestroyed, int )
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetVisibility, int , bool )
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetContentsOpaque, int , bool )
IPC_MESSAGE_ROUTED5(BrowserPluginHostMsg_DragStatusUpdate, int , blink::WebDragStatus , content::DropData , blink::WebDragOperationsMask , gfx::Point )
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_SetName, int , std::string )
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_LockMouse_ACK, int , bool )
IPC_MESSAGE_ROUTED1(BrowserPluginHostMsg_UnlockMouse_ACK, int )
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_UpdateGeometry, int , gfx::Rect )
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_ResizeGuest, int , BrowserPluginHostMsg_ResizeGuest_Params)
IPC_MESSAGE_ROUTED2(BrowserPluginMsg_AllocateInstanceID_ACK, int , int )
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_Attach_ACK, int , BrowserPluginMsg_Attach_ACK_Params )
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_GuestContentWindowReady, int , int )
IPC_MESSAGE_CONTROL1(BrowserPluginMsg_GuestGone, int )
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_AdvanceFocus, int , bool )
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_ShouldAcceptTouchEvents, int , bool )
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_SetCursor, int , content::WebCursor )
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_UpdateRect, int , BrowserPluginMsg_UpdateRect_Params)
IPC_MESSAGE_CONTROL4(BrowserPluginMsg_CopyFromCompositingSurface, int , int , gfx::Rect , gfx::Size )
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_UpdatedName, int , std::string )
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_BuffersSwapped, int , FrameMsg_BuffersSwapped_Params )
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_CompositorFrameSwapped, int , FrameMsg_CompositorFrameSwapped_Params )
IPC_MESSAGE_CONTROL2(BrowserPluginMsg_SetMouseLock, int , bool )
IPC_MESSAGE_ROUTED1(BrowserPluginHostMsg_BuffersSwappedACK, FrameHostMsg_BuffersSwappedACK_Params )
IPC_MESSAGE_ROUTED2(BrowserPluginHostMsg_CompositorFrameSwappedACK, int , FrameHostMsg_CompositorFrameSwappedACK_Params )
IPC_MESSAGE_CONTROL1(IndexedDBMsg_CallbacksSuccessIDBCursor, IndexedDBMsg_CallbacksSuccessIDBCursor_Params)
IPC_MESSAGE_CONTROL1(IndexedDBMsg_CallbacksSuccessCursorContinue, IndexedDBMsg_CallbacksSuccessCursorContinue_Params)
IPC_MESSAGE_CONTROL1(IndexedDBMsg_CallbacksSuccessCursorAdvance, IndexedDBMsg_CallbacksSuccessCursorContinue_Params)
IPC_MESSAGE_CONTROL1(IndexedDBMsg_CallbacksSuccessCursorPrefetch, IndexedDBMsg_CallbacksSuccessCursorPrefetch_Params)
IPC_MESSAGE_CONTROL5(IndexedDBMsg_CallbacksSuccessIDBDatabase, int32 , int32 , int32 , int32 , IndexedDBDatabaseMetadata)
IPC_MESSAGE_CONTROL3(IndexedDBMsg_CallbacksSuccessIndexedDBKey, int32 , int32 , content::IndexedDBKey )
IPC_MESSAGE_CONTROL1(IndexedDBMsg_CallbacksSuccessValue, IndexedDBMsg_CallbacksSuccessValue_Params)
IPC_MESSAGE_CONTROL1(IndexedDBMsg_CallbacksSuccessValueWithKey, IndexedDBMsg_CallbacksSuccessValueWithKey_Params)
IPC_MESSAGE_CONTROL3(IndexedDBMsg_CallbacksSuccessInteger, int32 , int32 , int64 )
IPC_MESSAGE_CONTROL2(IndexedDBMsg_CallbacksSuccessUndefined, int32 , int32 )
IPC_MESSAGE_CONTROL3(IndexedDBMsg_CallbacksSuccessStringList, int32 , int32 , std::vector<base::string16> )
IPC_MESSAGE_CONTROL4(IndexedDBMsg_CallbacksError, int32 , int32 , int , base::string16 )
IPC_MESSAGE_CONTROL2(IndexedDBMsg_CallbacksBlocked, int32 , int32 )
IPC_MESSAGE_CONTROL3(IndexedDBMsg_CallbacksIntBlocked, int32 , int32 , int64 )
IPC_MESSAGE_CONTROL1(IndexedDBMsg_CallbacksUpgradeNeeded, IndexedDBMsg_CallbacksUpgradeNeeded_Params)
IPC_MESSAGE_CONTROL2(IndexedDBMsg_DatabaseCallbacksForcedClose, int32, int32)
IPC_MESSAGE_CONTROL4(IndexedDBMsg_DatabaseCallbacksIntVersionChange, int32, int32, int64, int64)
IPC_MESSAGE_CONTROL5(IndexedDBMsg_DatabaseCallbacksAbort, int32, int32, int64, int, base::string16)
IPC_MESSAGE_CONTROL3(IndexedDBMsg_DatabaseCallbacksComplete, int32, int32, int64)
IPC_MESSAGE_CONTROL4(IndexedDBHostMsg_CursorAdvance, int32, int32, int32, unsigned long)
IPC_MESSAGE_CONTROL5(IndexedDBHostMsg_CursorContinue, int32, int32, int32, content::IndexedDBKey, content::IndexedDBKey)
IPC_MESSAGE_CONTROL4(IndexedDBHostMsg_CursorPrefetch, int32, int32, int32, int32)
IPC_MESSAGE_CONTROL3(IndexedDBHostMsg_CursorPrefetchReset, int32, int32, int32)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_FactoryGetDatabaseNames, IndexedDBHostMsg_FactoryGetDatabaseNames_Params)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_FactoryOpen, IndexedDBHostMsg_FactoryOpen_Params)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_FactoryDeleteDatabase, IndexedDBHostMsg_FactoryDeleteDatabase_Params)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_AckReceivedBlobs, std::vector<std::string>)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseCreateObjectStore, IndexedDBHostMsg_DatabaseCreateObjectStore_Params)
IPC_MESSAGE_CONTROL3(IndexedDBHostMsg_DatabaseDeleteObjectStore, int32, int64, int64)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseCreateTransaction, IndexedDBHostMsg_DatabaseCreateTransaction_Params)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseClose, int32 )
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseDestroyed, int32 )
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseGet, IndexedDBHostMsg_DatabaseGet_Params)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabasePut, IndexedDBHostMsg_DatabasePut_Params)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseSetIndexKeys, IndexedDBHostMsg_DatabaseSetIndexKeys_Params)
IPC_MESSAGE_CONTROL4(IndexedDBHostMsg_DatabaseSetIndexesReady, int32, int64, int64, std::vector<int64>)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseOpenCursor, IndexedDBHostMsg_DatabaseOpenCursor_Params)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseCount, IndexedDBHostMsg_DatabaseCount_Params)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseDeleteRange, IndexedDBHostMsg_DatabaseDeleteRange_Params)
IPC_MESSAGE_CONTROL5(IndexedDBHostMsg_DatabaseClear, int32, int32, int32, int64, int64)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_DatabaseCreateIndex, IndexedDBHostMsg_DatabaseCreateIndex_Params)
IPC_MESSAGE_CONTROL4(IndexedDBHostMsg_DatabaseDeleteIndex, int32, int64, int64, int64)
IPC_MESSAGE_CONTROL2(IndexedDBHostMsg_DatabaseAbort, int32, int64)
IPC_MESSAGE_CONTROL2(IndexedDBHostMsg_DatabaseCommit, int32, int64)
IPC_MESSAGE_CONTROL1(IndexedDBHostMsg_CursorDestroyed, int32 )
IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset, base::Time , double )
IPC_SYNC_MESSAGE_CONTROL2_1(PepperMsg_GetLocalDataRestrictions, GURL , GURL , PP_FlashLSORestrictions )
IPC_MESSAGE_CONTROL5(ServiceWorkerHostMsg_RegisterServiceWorker, int , int , int , GURL , GURL )
IPC_MESSAGE_CONTROL4(ServiceWorkerHostMsg_UnregisterServiceWorker, int , int , int , GURL )
IPC_MESSAGE_CONTROL3(ServiceWorkerHostMsg_PostMessage, int64 , base::string16 , std::vector<int> )
IPC_MESSAGE_CONTROL1(ServiceWorkerHostMsg_ProviderCreated, int )
IPC_MESSAGE_CONTROL1(ServiceWorkerHostMsg_ProviderDestroyed, int )
IPC_MESSAGE_CONTROL1(ServiceWorkerHostMsg_ServiceWorkerObjectDestroyed, int )
IPC_MESSAGE_CONTROL2(ServiceWorkerHostMsg_SetVersionId, int , int64 )
IPC_MESSAGE_CONTROL2(ServiceWorkerHostMsg_AddScriptClient, int , int )
IPC_MESSAGE_CONTROL2(ServiceWorkerHostMsg_RemoveScriptClient, int , int )
IPC_MESSAGE_CONTROL1(ServiceWorkerHostMsg_InstallEventFinished, blink::WebServiceWorkerEventResult)
IPC_MESSAGE_CONTROL1(ServiceWorkerHostMsg_ActivateEventFinished, blink::WebServiceWorkerEventResult)
IPC_MESSAGE_CONTROL2(ServiceWorkerHostMsg_FetchEventFinished, content::ServiceWorkerFetchEventResult, content::ServiceWorkerResponse)
IPC_MESSAGE_CONTROL0(ServiceWorkerHostMsg_SyncEventFinished)
IPC_MESSAGE_ROUTED1(ServiceWorkerHostMsg_GetClientDocuments, int )
IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_ServiceWorkerRegistered, int , int , content::ServiceWorkerObjectInfo)
IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_ServiceWorkerUnregistered, int , int )
IPC_MESSAGE_CONTROL4(ServiceWorkerMsg_ServiceWorkerRegistrationError, int , int , blink::WebServiceWorkerError::ErrorType , base::string16 )
IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_ServiceWorkerStateChanged, int , int , blink::WebServiceWorkerState)
IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_SetCurrentServiceWorker, int , int , content::ServiceWorkerObjectInfo)
IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_InstallEvent, int )
IPC_MESSAGE_CONTROL0(ServiceWorkerMsg_ActivateEvent)
IPC_MESSAGE_CONTROL1(ServiceWorkerMsg_FetchEvent, content::ServiceWorkerFetchRequest)
IPC_MESSAGE_CONTROL3(ServiceWorkerMsg_Message, base::string16 , std::vector<int> , std::vector<int> )
IPC_MESSAGE_CONTROL0(ServiceWorkerMsg_SyncEvent)
IPC_MESSAGE_CONTROL2(ServiceWorkerMsg_DidGetClientDocuments, int , std::vector<int> )
IPC_MESSAGE_CONTROL4(EmbeddedWorkerMsg_StartWorker, int , int64 , GURL , GURL )
IPC_MESSAGE_CONTROL1(EmbeddedWorkerMsg_StopWorker, int )
IPC_MESSAGE_CONTROL2(EmbeddedWorkerHostMsg_WorkerStarted, int , int )
IPC_MESSAGE_CONTROL1(EmbeddedWorkerHostMsg_WorkerStopped, int )
IPC_MESSAGE_CONTROL3(EmbeddedWorkerHostMsg_ReplyToBrowser, int , int , IPC::Message )
IPC_MESSAGE_CONTROL5(EmbeddedWorkerHostMsg_ReportException, int , base::string16 , int , int , GURL )
IPC_MESSAGE_CONTROL2( EmbeddedWorkerHostMsg_ReportConsoleMessage, int , EmbeddedWorkerHostMsg_ReportConsoleMessage_Params )
IPC_MESSAGE_CONTROL4(EmbeddedWorkerContextMsg_MessageToWorker, int , int , int , IPC::Message )
IPC_MESSAGE_ROUTED1(FrameMsg_BuffersSwapped, FrameMsg_BuffersSwapped_Params )
IPC_MESSAGE_ROUTED1(FrameMsg_CompositorFrameSwapped, FrameMsg_CompositorFrameSwapped_Params )
IPC_MESSAGE_ROUTED0(FrameMsg_ChildFrameProcessGone)
IPC_MESSAGE_ROUTED1(FrameMsg_ContextMenuClosed, content::CustomContextMenuContext )
IPC_MESSAGE_ROUTED2(FrameMsg_CustomContextMenuAction, content::CustomContextMenuContext , unsigned )
IPC_MESSAGE_ROUTED1(FrameMsg_Navigate, FrameMsg_Navigate_Params)
IPC_MESSAGE_ROUTED0(FrameMsg_BeforeUnload)
IPC_MESSAGE_ROUTED0(FrameMsg_SwapOut)
IPC_MESSAGE_ROUTED1(FrameMsg_CSSInsertRequest, std::string )
IPC_MESSAGE_ROUTED3(FrameMsg_JavaScriptExecuteRequest, base::string16, int, bool )
IPC_MESSAGE_ROUTED2(FrameMsg_SetEditableSelectionOffsets, int , int )
IPC_MESSAGE_ROUTED3(FrameMsg_SetCompositionFromExistingText, int , int , std::vector<blink::WebCompositionUnderline> )
IPC_MESSAGE_ROUTED2(FrameMsg_ExtendSelectionAndDelete, int , int )
IPC_MESSAGE_ROUTED1(FrameMsg_Reload, bool )
IPC_MESSAGE_ROUTED2(FrameMsg_DidChooseColorResponse, unsigned, SkColor)
IPC_MESSAGE_ROUTED1(FrameMsg_DidEndColorChooser, unsigned)
IPC_MESSAGE_ROUTED4(FrameHostMsg_AddMessageToConsole, int32, base::string16, int32, base::string16 )
IPC_SYNC_MESSAGE_CONTROL2_1(FrameHostMsg_CreateChildFrame, int32 , std::string , int32 )
IPC_MESSAGE_ROUTED0(FrameHostMsg_Detach)
IPC_MESSAGE_ROUTED0(FrameHostMsg_FrameFocused)
IPC_MESSAGE_ROUTED2(FrameHostMsg_DidStartProvisionalLoadForFrame, int32 , GURL )
IPC_MESSAGE_ROUTED1(FrameHostMsg_DidFailProvisionalLoadWithError, FrameHostMsg_DidFailProvisionalLoadWithError_Params)
IPC_MESSAGE_ROUTED3(FrameHostMsg_DidRedirectProvisionalLoad, int , GURL , GURL )
IPC_MESSAGE_ROUTED1(FrameHostMsg_DidCommitProvisionalLoad, FrameHostMsg_DidCommitProvisionalLoad_Params)
IPC_MESSAGE_ROUTED0(FrameHostMsg_DidFinishDocumentLoad)
IPC_MESSAGE_ROUTED3(FrameHostMsg_DidFailLoadWithError, GURL , int , base::string16 )
IPC_MESSAGE_ROUTED1(FrameHostMsg_DidStartLoading, bool )
IPC_MESSAGE_ROUTED0(FrameHostMsg_DidStopLoading)
IPC_MESSAGE_ROUTED1(FrameHostMsg_OpenURL, FrameHostMsg_OpenURL_Params)
IPC_MESSAGE_ROUTED1(FrameHostMsg_DidFinishLoad, GURL )
IPC_MESSAGE_ROUTED2(FrameHostMsg_DomOperationResponse, std::string , int )
IPC_MESSAGE_ROUTED3(FrameHostMsg_PepperPluginHung, int , base::FilePath , bool )
IPC_MESSAGE_ROUTED2(FrameHostMsg_PluginCrashed, base::FilePath , base::ProcessId )
IPC_SYNC_MESSAGE_CONTROL4_3(FrameHostMsg_GetPluginInfo, int , GURL , GURL , std::string , bool , content::WebPluginInfo , std::string )
IPC_SYNC_MESSAGE_CONTROL4_2(FrameHostMsg_OpenChannelToPlugin, int , GURL , GURL , std::string , IPC::ChannelHandle , content::WebPluginInfo )
IPC_MESSAGE_ROUTED1(FrameHostMsg_BuffersSwappedACK, FrameHostMsg_BuffersSwappedACK_Params )
IPC_MESSAGE_ROUTED1(FrameHostMsg_CompositorFrameSwappedACK, FrameHostMsg_CompositorFrameSwappedACK_Params )
IPC_MESSAGE_ROUTED3(FrameHostMsg_BeforeUnload_ACK, bool , base::TimeTicks , base::TimeTicks )
IPC_MESSAGE_ROUTED0(FrameHostMsg_SwapOut_ACK)
IPC_MESSAGE_ROUTED1(FrameHostMsg_ReclaimCompositorResources, FrameHostMsg_ReclaimCompositorResources_Params )
IPC_MESSAGE_ROUTED1(FrameHostMsg_ForwardInputEvent, IPC::WebInputEventPointer )
IPC_MESSAGE_ROUTED1(FrameHostMsg_ContextMenu, content::ContextMenuParams)
IPC_MESSAGE_ROUTED2(FrameHostMsg_InitializeChildFrame, gfx::Rect , float )
IPC_MESSAGE_ROUTED2(FrameHostMsg_JavaScriptExecuteResponse, int , base::ListValue )
IPC_SYNC_MESSAGE_ROUTED4_2(FrameHostMsg_RunJavaScriptMessage, base::string16 , base::string16 , GURL , content::JavaScriptMessageType , bool , base::string16 )
IPC_SYNC_MESSAGE_ROUTED3_2(FrameHostMsg_RunBeforeUnloadConfirm, GURL, base::string16 , bool , bool , base::string16 )
IPC_MESSAGE_ROUTED3(FrameHostMsg_OpenColorChooser, int , SkColor , std::vector<content::ColorSuggestion> )
IPC_MESSAGE_ROUTED1(FrameHostMsg_EndColorChooser, int )
IPC_MESSAGE_ROUTED2(FrameHostMsg_SetSelectedColorInColorChooser, int , SkColor )
IPC_MESSAGE_ROUTED3(InputMsg_HandleInputEvent, IPC::WebInputEventPointer , ui::LatencyInfo , bool )
IPC_MESSAGE_ROUTED1(InputMsg_CursorVisibilityChange, bool )
IPC_MESSAGE_ROUTED1(InputMsg_SetEditCommandsForNextKeyEvent, std::vector<content::EditCommand> )
IPC_MESSAGE_ROUTED2(InputMsg_ExecuteEditCommand, std::string, std::string )
IPC_MESSAGE_ROUTED0(InputMsg_MouseCaptureLost)
IPC_MESSAGE_ROUTED1(InputMsg_SetFocus, bool )
IPC_MESSAGE_ROUTED1(InputMsg_ScrollFocusedEditableNodeIntoRect, gfx::Rect)
IPC_MESSAGE_ROUTED0(InputMsg_Undo)
IPC_MESSAGE_ROUTED0(InputMsg_Redo)
IPC_MESSAGE_ROUTED0(InputMsg_Cut)
IPC_MESSAGE_ROUTED0(InputMsg_Copy)
IPC_MESSAGE_ROUTED0(InputMsg_CopyToFindPboard)
IPC_MESSAGE_ROUTED0(InputMsg_Paste)
IPC_MESSAGE_ROUTED0(InputMsg_PasteAndMatchStyle)
IPC_MESSAGE_ROUTED1(InputMsg_Replace, base::string16)
IPC_MESSAGE_ROUTED1(InputMsg_ReplaceMisspelling, base::string16)
IPC_MESSAGE_ROUTED0(InputMsg_Delete)
IPC_MESSAGE_ROUTED0(InputMsg_SelectAll)
IPC_MESSAGE_ROUTED0(InputMsg_Unselect)
IPC_MESSAGE_ROUTED2(InputMsg_SelectRange, gfx::Point , gfx::Point )
IPC_MESSAGE_ROUTED1(InputMsg_MoveCaret, gfx::Point )
IPC_MESSAGE_ROUTED3(InputMsg_ActivateNearestFindResult, int , float , float )
IPC_MESSAGE_ROUTED0(InputMsg_SyntheticGestureCompleted)
IPC_MESSAGE_ROUTED3(InputHostMsg_HandleInputEvent_ACK, blink::WebInputEvent::Type, content::InputEventAckState , ui::LatencyInfo )
IPC_MESSAGE_ROUTED1(InputHostMsg_QueueSyntheticGesture, content::SyntheticGesturePacket)
IPC_MESSAGE_ROUTED1(InputHostMsg_SetTouchAction, content::TouchAction )
IPC_MESSAGE_CONTROL1(ScreenOrientationMsg_OrientationChange, blink::WebScreenOrientationType )
IPC_MESSAGE_CONTROL1(ScreenOrientationHostMsg_Lock, blink::WebScreenOrientationLockType )
IPC_MESSAGE_CONTROL0(ScreenOrientationHostMsg_Unlock)
IPC_MESSAGE_CONTROL0(ChildProcessMsg_Shutdown)
IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetIPCLoggingEnabled, bool )
IPC_MESSAGE_CONTROL1(ChildProcessMsg_SetProfilerStatus, tracked_objects::ThreadData::Status )
IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildProfilerData, int )
IPC_MESSAGE_CONTROL1(ChildProcessMsg_GetChildHistogramData, int )
IPC_MESSAGE_CONTROL0(ChildProcessMsg_DumpHandles)
IPC_MESSAGE_CONTROL0(ChildProcessMsg_GetTcmallocStats)
IPC_MESSAGE_CONTROL0(ChildProcessHostMsg_ShutdownRequest)
IPC_MESSAGE_CONTROL2(ChildProcessHostMsg_ChildProfilerData, int, tracked_objects::ProcessDataSnapshot )
IPC_MESSAGE_CONTROL2(ChildProcessHostMsg_ChildHistogramData, int, std::vector<std::string> )
IPC_SYNC_MESSAGE_CONTROL1_1(ChildProcessHostMsg_GetBrowserHistogram, std::string, std::string )
IPC_MESSAGE_CONTROL0(ChildProcessHostMsg_DumpHandlesDone)
IPC_SYNC_MESSAGE_CONTROL1_0(ChildProcessHostMsg_PreCacheFont, LOGFONT )
IPC_MESSAGE_CONTROL0(ChildProcessHostMsg_ReleaseCachedFonts)
IPC_SYNC_MESSAGE_CONTROL1_1(ChildProcessHostMsg_SyncAllocateSharedMemory, uint32 , base::SharedMemoryHandle)
IPC_SYNC_MESSAGE_CONTROL2_1(ChildProcessHostMsg_SyncAllocateSharedBitmap, uint32 , cc::SharedBitmapId, base::SharedMemoryHandle)
IPC_MESSAGE_CONTROL3(ChildProcessHostMsg_AllocatedSharedBitmap, uint32 , base::SharedMemoryHandle, cc::SharedBitmapId)
IPC_MESSAGE_CONTROL1(ChildProcessHostMsg_DeletedSharedBitmap, cc::SharedBitmapId)
IPC_MESSAGE_CONTROL1(ChildProcessHostMsg_TcmallocStats, std::string )
IPC_SYNC_MESSAGE_CONTROL3_1(ChildProcessHostMsg_SyncAllocateGpuMemoryBuffer, uint32 , uint32 , uint32 , gfx::GpuMemoryBufferHandle)
IPC_MESSAGE_CONTROL0(UtilityMsg_BatchMode_Started)
IPC_MESSAGE_CONTROL0(UtilityMsg_BatchMode_Finished)
IPC_MESSAGE_CONTROL1(UtilityMsg_LoadPlugins, std::vector<base::FilePath> )
IPC_SYNC_MESSAGE_CONTROL2_0(UtilityHostMsg_LoadPluginFailed, uint32_t , base::FilePath )
IPC_SYNC_MESSAGE_CONTROL2_0(UtilityHostMsg_LoadedPlugin, uint32_t , content::WebPluginInfo )
IPC_MESSAGE_CONTROL1(PowerMonitorMsg_PowerStateChange, bool )
IPC_MESSAGE_CONTROL0(PowerMonitorMsg_Suspend)
IPC_MESSAGE_CONTROL0(PowerMonitorMsg_Resume)
IPC_SYNC_MESSAGE_CONTROL1_2(FileUtilitiesMsg_GetFileInfo, base::FilePath , base::File::Info , base::File::Error )
IPC_MESSAGE_ROUTED1(DevToolsClientMsg_DispatchOnInspectorFrontend, std::string )
IPC_MESSAGE_ROUTED0(DevToolsAgentMsg_Attach)
IPC_MESSAGE_ROUTED1(DevToolsAgentMsg_Reattach, std::string )
IPC_MESSAGE_ROUTED0(DevToolsAgentMsg_Detach)
IPC_MESSAGE_ROUTED1(DevToolsAgentMsg_DispatchOnInspectorBackend, std::string )
IPC_MESSAGE_ROUTED2(DevToolsAgentMsg_InspectElement, int , int )
IPC_MESSAGE_ROUTED2(DevToolsAgentMsg_AddMessageToConsole, content::ConsoleMessageLevel , std::string )
IPC_MESSAGE_ROUTED0(DevToolsAgentMsg_ResumeWorkerContext)
IPC_MESSAGE_ROUTED0(DevToolsMsg_SetupDevToolsClient)
IPC_MESSAGE_ROUTED1(DevToolsHostMsg_DispatchOnEmbedder, std::string )
IPC_MESSAGE_ROUTED1(DevToolsHostMsg_SaveAgentRuntimeState, std::string )
IPC_MESSAGE_ROUTED0(DevToolsHostMsg_ClearBrowserCache)
IPC_MESSAGE_ROUTED0(DevToolsHostMsg_ClearBrowserCookies)
IPC_MESSAGE_ROUTED1(DevToolsAgentMsg_GpuTasksChunk, std::vector<GpuTaskInfo> )
IPC_MESSAGE_ROUTED1(DesktopNotificationMsg_PostDisplay, int )
IPC_MESSAGE_ROUTED1(DesktopNotificationMsg_PostError, int )
IPC_MESSAGE_ROUTED2(DesktopNotificationMsg_PostClose, int , bool )
IPC_MESSAGE_ROUTED1(DesktopNotificationMsg_PostClick, int )
IPC_MESSAGE_ROUTED1(DesktopNotificationMsg_PermissionRequestDone, int )
IPC_MESSAGE_ROUTED2(DesktopNotificationHostMsg_Show, int , content::ShowDesktopNotificationHostMsgParams )
IPC_MESSAGE_ROUTED1(DesktopNotificationHostMsg_Cancel, int )
IPC_MESSAGE_ROUTED2(DesktopNotificationHostMsg_RequestPermission, GURL , int )
IPC_SYNC_MESSAGE_ROUTED1_1(DesktopNotificationHostMsg_CheckPermission, GURL , int )
IPC_MESSAGE_CONTROL0(GpuMsg_Initialize)
IPC_MESSAGE_CONTROL2(GpuMsg_EstablishChannel, int , bool )
IPC_MESSAGE_CONTROL1(GpuMsg_CloseChannel, IPC::ChannelHandle )
IPC_MESSAGE_CONTROL5(GpuMsg_CreateViewCommandBuffer, gfx::GLSurfaceHandle, int32, int32, GPUCreateCommandBufferConfig, int32 )
IPC_MESSAGE_CONTROL3(GpuMsg_CreateImage, gfx::PluginWindowHandle, int32, int32 )
IPC_MESSAGE_CONTROL3(GpuMsg_DeleteImage, int32, int32, int32 )
IPC_MESSAGE_CONTROL0(GpuMsg_CollectGraphicsInfo)
IPC_MESSAGE_CONTROL0(GpuMsg_GetVideoMemoryUsageStats)
IPC_MESSAGE_ROUTED0(AcceleratedSurfaceMsg_ResizeViewACK)
IPC_MESSAGE_ROUTED1(AcceleratedSurfaceMsg_BufferPresented, AcceleratedSurfaceMsg_BufferPresented_Params)
IPC_MESSAGE_ROUTED0(AcceleratedSurfaceMsg_WakeUpGpu)
IPC_MESSAGE_CONTROL0(GpuMsg_Clean)
IPC_MESSAGE_CONTROL0(GpuMsg_Crash)
IPC_MESSAGE_CONTROL0(GpuMsg_Hang)
IPC_MESSAGE_CONTROL0(GpuMsg_DisableWatchdog)
IPC_SYNC_MESSAGE_CONTROL1_3(GpuHostMsg_EstablishGpuChannel, content::CauseForGpuLaunch, int , IPC::ChannelHandle , gpu::GPUInfo )
IPC_SYNC_MESSAGE_CONTROL3_1(GpuHostMsg_CreateViewCommandBuffer, int32, GPUCreateCommandBufferConfig, int32, bool )
IPC_MESSAGE_CONTROL2(GpuHostMsg_Initialized, bool , ::gpu::GPUInfo )
IPC_MESSAGE_CONTROL1(GpuHostMsg_ChannelEstablished, IPC::ChannelHandle )
IPC_MESSAGE_CONTROL1(GpuHostMsg_DestroyChannel, int32 )
IPC_MESSAGE_CONTROL3(GpuHostMsg_CacheShader, int32 , std::string , std::string )
IPC_MESSAGE_CONTROL1(GpuMsg_LoadedShader, std::string )
IPC_MESSAGE_CONTROL1(GpuHostMsg_CommandBufferCreated, bool )
IPC_MESSAGE_CONTROL1(GpuHostMsg_DestroyCommandBuffer, int32 )
IPC_MESSAGE_CONTROL1(GpuHostMsg_ImageCreated, gfx::Size )
IPC_MESSAGE_CONTROL1(GpuHostMsg_GraphicsInfoCollected, gpu::GPUInfo )
IPC_MESSAGE_CONTROL1(GpuHostMsg_VideoMemoryUsageStats, content::GPUVideoMemoryUsageStats )
IPC_MESSAGE_CONTROL3(GpuHostMsg_OnLogMessage, int , std::string , std::string )
IPC_MESSAGE_CONTROL3(GpuHostMsg_ResizeView, int32 , int32 , gfx::Size )
IPC_MESSAGE_CONTROL2(GpuHostMsg_AcceleratedSurfaceInitialized, int32 , int32 )
IPC_MESSAGE_CONTROL1(GpuHostMsg_FrameDrawn, std::vector<ui::LatencyInfo> )
IPC_MESSAGE_CONTROL1(GpuHostMsg_AcceleratedSurfaceBuffersSwapped, GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params)
IPC_MESSAGE_CONTROL1(GpuHostMsg_AcceleratedSurfacePostSubBuffer, GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params)
IPC_MESSAGE_CONTROL1(GpuHostMsg_AcceleratedSurfaceRelease, GpuHostMsg_AcceleratedSurfaceRelease_Params)
IPC_MESSAGE_CONTROL1(GpuHostMsg_AcceleratedSurfaceSuspend, int32 )
IPC_MESSAGE_CONTROL3(GpuHostMsg_UpdateVSyncParameters, int32 , base::TimeTicks , base::TimeDelta )
IPC_MESSAGE_CONTROL1(GpuHostMsg_DidCreateOffscreenContext, GURL )
IPC_MESSAGE_CONTROL3(GpuHostMsg_DidLoseContext, bool , gpu::error::ContextLostReason , GURL )
IPC_MESSAGE_CONTROL1(GpuHostMsg_DidDestroyOffscreenContext, GURL )
IPC_MESSAGE_CONTROL1(GpuHostMsg_GpuMemoryUmaStats, content::GPUMemoryUmaStats )
IPC_SYNC_MESSAGE_CONTROL3_1(GpuChannelMsg_CreateOffscreenCommandBuffer, gfx::Size, GPUCreateCommandBufferConfig, int32, bool )
IPC_SYNC_MESSAGE_CONTROL1_0(GpuChannelMsg_DestroyCommandBuffer, int32 )
IPC_SYNC_MESSAGE_CONTROL1_1(GpuChannelMsg_DevToolsStartEventsRecording, int32, bool )
IPC_MESSAGE_CONTROL0(GpuChannelMsg_DevToolsStopEventsRecording)
IPC_MESSAGE_ROUTED2(GpuStreamTextureMsg_EstablishPeer, int32, int32 )
IPC_MESSAGE_ROUTED1(GpuStreamTextureMsg_SetSize, gfx::Size )
IPC_MESSAGE_ROUTED0(GpuStreamTextureMsg_StartListening)
IPC_MESSAGE_ROUTED0(GpuStreamTextureMsg_FrameAvailable)
IPC_MESSAGE_ROUTED1(GpuStreamTextureMsg_MatrixChanged, GpuStreamTextureMsg_MatrixChanged_Params )
IPC_SYNC_MESSAGE_ROUTED1_2(GpuCommandBufferMsg_Initialize, base::SharedMemoryHandle , bool , gpu::Capabilities )
IPC_SYNC_MESSAGE_ROUTED1_0(GpuCommandBufferMsg_SetGetBuffer, int32 )
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_ProduceFrontBuffer, gpu::Mailbox )
IPC_SYNC_MESSAGE_ROUTED0_1(GpuCommandBufferMsg_GetState, gpu::CommandBuffer::State )
IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_WaitForTokenInRange, int32 , int32 , gpu::CommandBuffer::State )
IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_WaitForGetOffsetInRange, int32 , int32 , gpu::CommandBuffer::State )
IPC_MESSAGE_ROUTED2(GpuCommandBufferMsg_AsyncFlush, int32 , uint32 )
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetLatencyInfo, std::vector<ui::LatencyInfo> )
IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_Rescheduled)
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_ConsoleMsg, GPUCommandBufferConsoleMessage )
IPC_MESSAGE_ROUTED3(GpuCommandBufferMsg_RegisterTransferBuffer, int32 , base::SharedMemoryHandle , uint32 )
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_DestroyTransferBuffer, int32 )
IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_CreateVideoDecoder, media::VideoCodecProfile , int32, bool )
IPC_SYNC_MESSAGE_ROUTED5_1(GpuCommandBufferMsg_CreateVideoEncoder, media::VideoFrame::Format , gfx::Size , media::VideoCodecProfile , uint32 , int32, bool )
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_Destroyed, gpu::error::ContextLostReason )
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_Echo, IPC::Message )
IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_EchoAck)
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetSurfaceVisible, bool )
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SetMemoryAllocation, gpu::MemoryAllocation )
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SendClientManagedMemoryStats, gpu::ManagedMemoryStats )
IPC_MESSAGE_ROUTED1( GpuCommandBufferMsg_SetClientHasMemoryAllocationChangedCallback, bool )
IPC_SYNC_MESSAGE_ROUTED0_1(GpuCommandBufferMsg_InsertSyncPoint, uint32 )
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_RetireSyncPoint, uint32 )
IPC_MESSAGE_ROUTED2(GpuCommandBufferMsg_SignalSyncPoint, uint32 , uint32 )
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_SignalSyncPointAck, uint32 )
IPC_MESSAGE_ROUTED2(GpuCommandBufferMsg_SignalQuery, uint32 , uint32 )
IPC_MESSAGE_ROUTED5(GpuCommandBufferMsg_RegisterGpuMemoryBuffer, int32 , gfx::GpuMemoryBufferHandle , uint32 , uint32 , uint32 )
IPC_MESSAGE_ROUTED1(GpuCommandBufferMsg_DestroyGpuMemoryBuffer, int32 )
IPC_SYNC_MESSAGE_ROUTED2_1(GpuCommandBufferMsg_CreateStreamTexture, uint32, int32, bool )
IPC_MESSAGE_ROUTED3(AcceleratedVideoDecoderMsg_Decode, base::SharedMemoryHandle, int32, uint32)
IPC_MESSAGE_ROUTED2(AcceleratedVideoDecoderMsg_AssignPictureBuffers, std::vector<int32>, std::vector<uint32>)
IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderMsg_ReusePictureBuffer, int32)
IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderMsg_Flush)
IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderMsg_Reset)
IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderMsg_Destroy)
IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_BitstreamBufferProcessed, int32)
IPC_MESSAGE_ROUTED3( AcceleratedVideoDecoderHostMsg_ProvidePictureBuffers, int32, gfx::Size, uint32 )
IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_DismissPictureBuffer, int32)
IPC_MESSAGE_ROUTED2(AcceleratedVideoDecoderHostMsg_PictureReady, int32, int32)
IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_FlushDone)
IPC_MESSAGE_ROUTED0(AcceleratedVideoDecoderHostMsg_ResetDone)
IPC_MESSAGE_ROUTED1(AcceleratedVideoDecoderHostMsg_ErrorNotification, uint32)
IPC_MESSAGE_ROUTED4(AcceleratedVideoEncoderMsg_Encode, int32 , base::SharedMemoryHandle , uint32 , bool )
IPC_MESSAGE_ROUTED3(AcceleratedVideoEncoderMsg_UseOutputBitstreamBuffer, int32 , base::SharedMemoryHandle , uint32 )
IPC_MESSAGE_ROUTED2(AcceleratedVideoEncoderMsg_RequestEncodingParametersChange, uint32 , uint32 )
IPC_MESSAGE_ROUTED3(AcceleratedVideoEncoderHostMsg_RequireBitstreamBuffers, uint32 , gfx::Size , uint32 )
IPC_MESSAGE_ROUTED1(AcceleratedVideoEncoderHostMsg_NotifyInputDone, int32 )
IPC_MESSAGE_ROUTED3(AcceleratedVideoEncoderHostMsg_BitstreamBufferReady, int32 , uint32 , bool )
IPC_MESSAGE_ROUTED1(AcceleratedVideoEncoderHostMsg_NotifyError, media::VideoEncodeAccelerator::Error )
IPC_MESSAGE_ROUTED0(AcceleratedVideoEncoderMsg_Destroy)
IPC_MESSAGE_ROUTED1(TextInputClientMsg_CharacterIndexForPoint, gfx::Point)
IPC_MESSAGE_ROUTED1(TextInputClientMsg_FirstRectForCharacterRange, gfx::Range)
IPC_MESSAGE_ROUTED1(TextInputClientMsg_StringForRange, gfx::Range)
IPC_MESSAGE_ROUTED1(TextInputClientMsg_StringAtPoint, gfx::Point)
IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotCharacterIndexForPoint, size_t )
IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotFirstRectForRange, gfx::Rect )
IPC_MESSAGE_ROUTED1(TextInputClientReplyMsg_GotStringForRange, mac::AttributedStringCoder::EncodedString)
IPC_MESSAGE_ROUTED2(TextInputClientReplyMsg_GotStringAtPoint, mac::AttributedStringCoder::EncodedString, gfx::Point)
IPC_MESSAGE_CONTROL1(MemoryBenchmarkHostMsg_HeapProfilerDump, std::string )
IPC_MESSAGE_ROUTED0(ShellViewMsg_Reset)
IPC_MESSAGE_CONTROL1(ShellViewMsg_SetWebKitSourceDir, base::FilePath )
IPC_MESSAGE_ROUTED1(ShellViewMsg_SetTestConfiguration, content::ShellTestConfiguration)
IPC_MESSAGE_ROUTED0(ShellViewMsg_NotifyDone)
IPC_MESSAGE_ROUTED3( ShellViewMsg_SessionHistory, std::vector<int> , std::vector<std::vector<content::PageState> > , std::vector<unsigned> )
IPC_MESSAGE_ROUTED0(ShellViewMsg_TryLeakDetection)
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_TextDump, std::string )
IPC_MESSAGE_ROUTED2(ShellViewHostMsg_ImageDump, std::string , SkBitmap )
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_AudioDump, std::vector<unsigned char> )
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_TestFinished)
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ResetDone)
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_TestFinishedInSecondaryWindow)
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_OverridePreferences, WebPreferences )
IPC_SYNC_MESSAGE_ROUTED1_1(ShellViewHostMsg_RegisterIsolatedFileSystem, std::vector<base::FilePath> , std::string )
IPC_SYNC_MESSAGE_ROUTED1_1(ShellViewHostMsg_ReadFileToString, base::FilePath , std::string )
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_PrintMessage, std::string )
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearDevToolsLocalStorage)
IPC_MESSAGE_ROUTED2(ShellViewHostMsg_ShowDevTools, std::string , std::string )
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CloseDevTools)
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_GoToOffset, int )
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_Reload)
IPC_MESSAGE_ROUTED2(ShellViewHostMsg_LoadURLForFrame, GURL , std::string )
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_ClearAllDatabases)
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SetDatabaseQuota, int )
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_AcceptAllCookies, bool )
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_DeleteAllCookies)
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_SetDeviceScaleFactor, float )
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CaptureSessionHistory)
IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CloseRemainingWindows)
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_LeakDetectionDone, content::LeakDetectionResult )
IPC_SYNC_MESSAGE_CONTROL1_1(PluginMsg_CreateInstance, std::string , int )
IPC_SYNC_MESSAGE_CONTROL1_0(PluginMsg_DestroyInstance, int )
IPC_SYNC_MESSAGE_CONTROL0_1(PluginMsg_GenerateRouteID, int )
IPC_SYNC_MESSAGE_ROUTED1_2(PluginMsg_Init, PluginMsg_Init_Params, bool , bool )
IPC_SYNC_MESSAGE_ROUTED1_0(PluginMsg_Paint, gfx::Rect )
IPC_MESSAGE_ROUTED0(PluginMsg_DidPaint)
IPC_SYNC_MESSAGE_ROUTED0_1(PluginMsg_GetPluginScriptableObject, int )
IPC_SYNC_MESSAGE_ROUTED0_2(PluginMsg_GetFormValue, base::string16 , bool )
IPC_MESSAGE_ROUTED3(PluginMsg_DidFinishLoadWithReason, GURL , int , int )
IPC_MESSAGE_ROUTED1(PluginMsg_UpdateGeometry, PluginMsg_UpdateGeometry_Param)
IPC_SYNC_MESSAGE_ROUTED1_0(PluginMsg_UpdateGeometrySync, PluginMsg_UpdateGeometry_Param)
IPC_SYNC_MESSAGE_ROUTED1_0(PluginMsg_SetFocus, bool )
IPC_SYNC_MESSAGE_ROUTED1_2(PluginMsg_HandleInputEvent, IPC::WebInputEventPointer , bool , content::WebCursor )
IPC_MESSAGE_ROUTED1(PluginMsg_SetContentAreaFocus, bool )
IPC_SYNC_MESSAGE_ROUTED3_0(PluginMsg_WillSendRequest, unsigned long , GURL , int )
IPC_MESSAGE_ROUTED1(PluginMsg_DidReceiveResponse, PluginMsg_DidReceiveResponseParams)
IPC_MESSAGE_ROUTED3(PluginMsg_DidReceiveData, unsigned long , std::vector<char> , int )
IPC_MESSAGE_ROUTED1(PluginMsg_DidFinishLoading, unsigned long )
IPC_MESSAGE_ROUTED1(PluginMsg_DidFail, unsigned long )
IPC_MESSAGE_ROUTED4(PluginMsg_SendJavaScriptStream, GURL , std::string , bool , int )
IPC_MESSAGE_ROUTED2(PluginMsg_DidReceiveManualResponse, GURL , PluginMsg_DidReceiveResponseParams)
IPC_MESSAGE_ROUTED1(PluginMsg_DidReceiveManualData, std::vector<char> )
IPC_MESSAGE_ROUTED0(PluginMsg_DidFinishManualLoading)
IPC_MESSAGE_ROUTED0(PluginMsg_DidManualLoadFail)
IPC_MESSAGE_ROUTED3(PluginMsg_HandleURLRequestReply, unsigned long , GURL , int )
IPC_MESSAGE_ROUTED2(PluginMsg_HTTPRangeRequestReply, unsigned long , int )
IPC_MESSAGE_CONTROL1(PluginMsg_SignalModalDialogEvent, int )
IPC_MESSAGE_CONTROL1(PluginMsg_ResetModalDialogEvent, int )
IPC_MESSAGE_ROUTED1(PluginMsg_FetchURL, PluginMsg_FetchURL_Params)
IPC_MESSAGE_CONTROL1(PluginHostMsg_DidAbortLoading, int )
IPC_MESSAGE_ROUTED4(PluginMsg_ImeCompositionUpdated, base::string16 , std::vector<int> , std::vector<int>, int )
IPC_MESSAGE_ROUTED1(PluginMsg_ImeCompositionCompleted, base::string16 )
IPC_MESSAGE_ROUTED1(PluginMsg_SetWindowFocus, bool )
IPC_MESSAGE_ROUTED0(PluginMsg_ContainerHidden)
IPC_MESSAGE_ROUTED3(PluginMsg_ContainerShown, gfx::Rect , gfx::Rect , bool )
IPC_MESSAGE_ROUTED2(PluginMsg_WindowFrameChanged, gfx::Rect , gfx::Rect )
IPC_MESSAGE_ROUTED1(PluginMsg_ImeCompositionCompleted, base::string16 )
IPC_SYNC_MESSAGE_ROUTED1_0(PluginHostMsg_SetWindow, gfx::PluginWindowHandle )
IPC_MESSAGE_ROUTED1(PluginHostMsg_URLRequest, PluginHostMsg_URLRequest_Params)
IPC_MESSAGE_ROUTED1(PluginHostMsg_CancelResource, int )
IPC_MESSAGE_ROUTED1(PluginHostMsg_InvalidateRect, gfx::Rect )
IPC_SYNC_MESSAGE_ROUTED1_1(PluginHostMsg_GetWindowScriptNPObject, int , bool )
IPC_SYNC_MESSAGE_ROUTED1_1(PluginHostMsg_GetPluginElement, int , bool )
IPC_SYNC_MESSAGE_ROUTED1_2(PluginHostMsg_ResolveProxy, GURL , bool , std::string )
IPC_MESSAGE_ROUTED3(PluginHostMsg_SetCookie, GURL , GURL , std::string )
IPC_SYNC_MESSAGE_ROUTED2_1(PluginHostMsg_GetCookies, GURL , GURL , std::string )
IPC_MESSAGE_ROUTED0(PluginHostMsg_CancelDocumentLoad)
IPC_MESSAGE_ROUTED3(PluginHostMsg_InitiateHTTPRangeRequest, std::string , std::string , int )
IPC_MESSAGE_ROUTED0(PluginHostMsg_DidStartLoading)
IPC_MESSAGE_ROUTED0(PluginHostMsg_DidStopLoading)
IPC_MESSAGE_ROUTED2(PluginHostMsg_DeferResourceLoading, unsigned long , bool )
IPC_SYNC_MESSAGE_CONTROL1_0(PluginHostMsg_SetException, std::string )
IPC_MESSAGE_CONTROL0(PluginHostMsg_PluginShuttingDown)
IPC_MESSAGE_ROUTED2(PluginHostMsg_URLRedirectResponse, bool , int )
IPC_SYNC_MESSAGE_ROUTED1_1(PluginHostMsg_CheckIfRunInsecureContent, GURL , bool )
IPC_SYNC_MESSAGE_ROUTED2_0(PluginHostMsg_SetWindowlessData, HANDLE , gfx::NativeViewId )
IPC_MESSAGE_ROUTED2(PluginHostMsg_NotifyIMEStatus, int , gfx::Rect )
IPC_MESSAGE_ROUTED1(PluginHostMsg_FocusChanged, bool )
IPC_MESSAGE_ROUTED0(PluginHostMsg_StartIme)
IPC_MESSAGE_ROUTED0(PluginHostMsg_AcceleratedPluginEnabledRendering)
IPC_MESSAGE_ROUTED3(PluginHostMsg_AcceleratedPluginAllocatedIOSurface, int32 , int32 , uint32 )
IPC_MESSAGE_ROUTED0(PluginHostMsg_AcceleratedPluginSwappedIOSurface)
IPC_SYNC_MESSAGE_ROUTED0_0(NPObjectMsg_Release)
IPC_SYNC_MESSAGE_ROUTED1_1(NPObjectMsg_HasMethod, content::NPIdentifier_Param , bool )
IPC_SYNC_MESSAGE_ROUTED3_2(NPObjectMsg_Invoke, bool , content::NPIdentifier_Param , std::vector<content::NPVariant_Param> , content::NPVariant_Param , bool )
IPC_SYNC_MESSAGE_ROUTED1_1(NPObjectMsg_HasProperty, content::NPIdentifier_Param , bool )
IPC_SYNC_MESSAGE_ROUTED1_2(NPObjectMsg_GetProperty, content::NPIdentifier_Param , content::NPVariant_Param , bool )
IPC_SYNC_MESSAGE_ROUTED2_1(NPObjectMsg_SetProperty, content::NPIdentifier_Param , content::NPVariant_Param , bool )
IPC_SYNC_MESSAGE_ROUTED1_1(NPObjectMsg_RemoveProperty, content::NPIdentifier_Param , bool )
IPC_SYNC_MESSAGE_ROUTED0_0(NPObjectMsg_Invalidate)
IPC_SYNC_MESSAGE_ROUTED0_2(NPObjectMsg_Enumeration, std::vector<content::NPIdentifier_Param> , bool )
IPC_SYNC_MESSAGE_ROUTED1_2(NPObjectMsg_Construct, std::vector<content::NPVariant_Param> , content::NPVariant_Param , bool )
IPC_SYNC_MESSAGE_ROUTED2_2(NPObjectMsg_Evaluate, std::string , bool , content::NPVariant_Param , bool )
IPC_MESSAGE_CONTROL1(NaClProcessMsg_Start, nacl::NaClStartParams )
IPC_MESSAGE_CONTROL1(NaClProcessMsg_LaunchLoaderThroughBroker, std::string )
IPC_MESSAGE_CONTROL2(NaClProcessMsg_LoaderLaunched, std::string, base::ProcessHandle )
IPC_MESSAGE_CONTROL3(NaClProcessMsg_LaunchDebugExceptionHandler, int32 , base::ProcessHandle , std::string )
IPC_MESSAGE_CONTROL2(NaClProcessMsg_DebugExceptionHandlerLaunched, int32 , bool )
IPC_MESSAGE_CONTROL0(NaClProcessMsg_StopBroker)
IPC_SYNC_MESSAGE_CONTROL1_1(NaClProcessMsg_AttachDebugExceptionHandler, std::string, bool )
IPC_SYNC_MESSAGE_CONTROL1_1(NaClProcessMsg_QueryKnownToValidate, std::string, bool )
IPC_MESSAGE_CONTROL1(NaClProcessMsg_SetKnownToValidate, std::string )
IPC_SYNC_MESSAGE_CONTROL2_2(NaClProcessMsg_ResolveFileToken, uint64, uint64, IPC::PlatformFileForTransit, base::FilePath )
IPC_MESSAGE_CONTROL4(NaClProcessHostMsg_PpapiChannelsCreated, IPC::ChannelHandle, IPC::ChannelHandle, IPC::ChannelHandle, IPC::ChannelHandle )
IPC_SYNC_MESSAGE_CONTROL1_2(NaClHostMsg_LaunchNaCl, nacl::NaClLaunchParams , nacl::NaClLaunchResult , std::string )
IPC_SYNC_MESSAGE_CONTROL1_1(NaClHostMsg_GetReadonlyPnaclFD, std::string , IPC::PlatformFileForTransit )
IPC_SYNC_MESSAGE_CONTROL0_1(NaClHostMsg_NaClCreateTemporaryFile, IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL3(NaClHostMsg_NexeTempFileRequest, int , int , nacl::PnaclCacheInfo )
IPC_MESSAGE_CONTROL3(NaClViewMsg_NexeTempFileReply, int , bool , IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL2(NaClHostMsg_ReportTranslationFinished, int , bool )
IPC_MESSAGE_CONTROL1(NaClHostMsg_MissingArchError, int )
IPC_SYNC_MESSAGE_CONTROL2_3(NaClHostMsg_OpenNaClExecutable, int , GURL , IPC::PlatformFileForTransit , uint64 , uint64 )
IPC_SYNC_MESSAGE_CONTROL0_1(NaClHostMsg_NaClGetNumProcessors, int )
IPC_SYNC_MESSAGE_CONTROL1_1(NaClHostMsg_NaClDebugEnabledForURL, GURL , bool )
IPC_MESSAGE_ROUTED4(ChromeViewMsg_TranslatePage, int , std::string, std::string, std::string )
IPC_MESSAGE_ROUTED3(ChromeViewMsg_CLDDataAvailable, IPC::PlatformFileForTransit , uint64 , uint64 )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_TranslateLanguageDetermined, LanguageDetectionDetails , bool )
IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_PageTranslated, int, std::string , std::string , TranslateErrors::Type )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_RevertTranslation, int )
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_NeedCLDData)
IPC_MESSAGE_ROUTED2(AutofillMsg_FillForm, int , autofill::FormData )
IPC_MESSAGE_ROUTED2(AutofillMsg_PreviewForm, int , autofill::FormData )
IPC_MESSAGE_ROUTED1(AutofillMsg_FillPasswordForm, autofill::PasswordFormFillData )
IPC_MESSAGE_ROUTED1( AutofillMsg_FieldTypePredictionsAvailable, std::vector<autofill::FormDataPredictions> )
IPC_MESSAGE_ROUTED0(AutofillMsg_ClearForm)
IPC_MESSAGE_ROUTED0(AutofillMsg_ClearPreviewedForm)
IPC_MESSAGE_ROUTED1(AutofillMsg_FillFieldWithValue, base::string16 )
IPC_MESSAGE_ROUTED1(AutofillMsg_PreviewFieldWithValue, base::string16 )
IPC_MESSAGE_ROUTED1(AutofillMsg_AcceptDataListSuggestion, base::string16 )
IPC_MESSAGE_ROUTED1(AutofillMsg_GeneratedPasswordAccepted, base::string16 )
IPC_MESSAGE_ROUTED1(AutofillMsg_AcceptPasswordAutofillSuggestion, base::string16 )
IPC_MESSAGE_ROUTED1(AutofillMsg_FormNotBlacklisted, autofill::PasswordForm )
IPC_MESSAGE_ROUTED3(AutofillMsg_RequestAutocompleteResult, blink::WebFormElement::AutocompleteResult , base::string16 , autofill::FormData )
IPC_MESSAGE_ROUTED1(AutofillMsg_AccountCreationFormsDetected, std::vector<autofill::FormData> )
IPC_MESSAGE_ROUTED3(AutofillHostMsg_FormsSeen, std::vector<autofill::FormData> , base::TimeTicks , autofill::FormsSeenState )
IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormsParsed, std::vector<autofill::PasswordForm> )
IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormsRendered, std::vector<autofill::PasswordForm> )
IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordFormSubmitted, autofill::PasswordForm )
IPC_MESSAGE_ROUTED1(AutofillHostMsg_RecordSavePasswordProgress, std::string )
IPC_MESSAGE_ROUTED2(AutofillHostMsg_FormSubmitted, autofill::FormData , base::TimeTicks )
IPC_MESSAGE_ROUTED3(AutofillHostMsg_TextFieldDidChange, autofill::FormData , autofill::FormFieldData , base::TimeTicks )
IPC_MESSAGE_ROUTED5(AutofillHostMsg_QueryFormFieldAutofill, int , autofill::FormData , autofill::FormFieldData , gfx::RectF , bool )
IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidPreviewAutofillFormData)
IPC_MESSAGE_ROUTED1(AutofillHostMsg_DidFillAutofillFormData, base::TimeTicks )
IPC_MESSAGE_ROUTED2(AutofillHostMsg_RequestAutocomplete, autofill::FormData , GURL )
IPC_MESSAGE_ROUTED0(AutofillHostMsg_CancelRequestAutocomplete)
IPC_MESSAGE_ROUTED0(AutofillHostMsg_DidEndTextFieldEditing)
IPC_MESSAGE_ROUTED0(AutofillHostMsg_HidePopup)
IPC_MESSAGE_ROUTED3(AutofillHostMsg_ShowPasswordGenerationPopup, gfx::RectF , int , autofill::PasswordForm)
IPC_MESSAGE_ROUTED2(AutofillHostMsg_ShowPasswordEditingPopup, gfx::RectF , autofill::PasswordForm)
IPC_MESSAGE_ROUTED0(AutofillHostMsg_HidePasswordGenerationPopup)
IPC_MESSAGE_ROUTED2(AutofillHostMsg_AddPasswordFormMapping, autofill::FormFieldData, autofill::PasswordFormFillData )
IPC_MESSAGE_ROUTED4(AutofillHostMsg_ShowPasswordSuggestions, autofill::FormFieldData , gfx::RectF , std::vector<base::string16> , std::vector<base::string16> )
IPC_MESSAGE_ROUTED2(AutofillHostMsg_SetDataList, std::vector<base::string16> , std::vector<base::string16> )
IPC_MESSAGE_CONTROL1(ChromeViewMsg_VisitedLink_NewTable, base::SharedMemoryHandle)
IPC_MESSAGE_CONTROL1(ChromeViewMsg_VisitedLink_Add, std::vector<uint64>)
IPC_MESSAGE_CONTROL0(ChromeViewMsg_VisitedLink_Reset)
IPC_MESSAGE_CONTROL3(TracingMsg_BeginTracing, std::string , base::TimeTicks , int )
IPC_MESSAGE_CONTROL0(TracingMsg_EndTracing)
IPC_MESSAGE_CONTROL3(TracingMsg_EnableMonitoring, std::string , base::TimeTicks , int )
IPC_MESSAGE_CONTROL0(TracingMsg_DisableMonitoring)
IPC_MESSAGE_CONTROL0(TracingMsg_CaptureMonitoringSnapshot)
IPC_MESSAGE_CONTROL0(TracingMsg_GetTraceBufferPercentFull)
IPC_MESSAGE_CONTROL2(TracingMsg_SetWatchEvent, std::string , std::string )
IPC_MESSAGE_CONTROL0(TracingMsg_CancelWatchEvent)
IPC_MESSAGE_CONTROL0(TracingHostMsg_WatchEventMatched)
IPC_MESSAGE_CONTROL0(TracingHostMsg_ChildSupportsTracing)
IPC_MESSAGE_CONTROL1(TracingHostMsg_EndTracingAck, std::vector<std::string> )
IPC_MESSAGE_CONTROL0(TracingHostMsg_CaptureMonitoringSnapshotAck)
IPC_MESSAGE_CONTROL1(TracingHostMsg_TraceDataCollected, std::string )
IPC_MESSAGE_CONTROL1(TracingHostMsg_MonitoringTraceDataCollected, std::string )
IPC_MESSAGE_CONTROL1(TracingHostMsg_TraceBufferPercentFullReply, float )
IPC_MESSAGE_CONTROL3(ChromotingDaemonMsg_Crash, std::string , std::string , int )
IPC_MESSAGE_CONTROL1(ChromotingDaemonNetworkMsg_Configuration, std::string)
IPC_MESSAGE_CONTROL2(ChromotingDaemonNetworkMsg_InitializePairingRegistry, IPC::PlatformFileForTransit , IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL1(ChromotingDaemonNetworkMsg_TerminalDisconnected, int )
IPC_MESSAGE_CONTROL3(ChromotingDaemonNetworkMsg_DesktopAttached, int , base::ProcessHandle , IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL3(ChromotingNetworkHostMsg_ConnectTerminal, int , remoting::ScreenResolution , bool )
IPC_MESSAGE_CONTROL1(ChromotingNetworkHostMsg_DisconnectTerminal, int )
IPC_MESSAGE_CONTROL2(ChromotingNetworkDaemonMsg_SetScreenResolution, int , remoting::ScreenResolution )
IPC_MESSAGE_CONTROL1(ChromotingNetworkDaemonMsg_AccessDenied, std::string )
IPC_MESSAGE_CONTROL1(ChromotingNetworkDaemonMsg_ClientAuthenticated, std::string )
IPC_MESSAGE_CONTROL1(ChromotingNetworkDaemonMsg_ClientConnected, std::string )
IPC_MESSAGE_CONTROL1(ChromotingNetworkDaemonMsg_ClientDisconnected, std::string )
IPC_MESSAGE_CONTROL3(ChromotingNetworkDaemonMsg_ClientRouteChange, std::string , std::string , SerializedTransportRoute )
IPC_MESSAGE_CONTROL1(ChromotingNetworkDaemonMsg_HostStarted, std::string )
IPC_MESSAGE_CONTROL0(ChromotingNetworkDaemonMsg_HostShutdown)
IPC_MESSAGE_CONTROL1(ChromotingDesktopDaemonMsg_DesktopAttached, IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL0(ChromotingDesktopDaemonMsg_InjectSas)
IPC_MESSAGE_CONTROL3(ChromotingDesktopNetworkMsg_CreateSharedBuffer, int , IPC::PlatformFileForTransit , uint32 )
IPC_MESSAGE_CONTROL1(ChromotingDesktopNetworkMsg_ReleaseSharedBuffer, int )
IPC_MESSAGE_CONTROL1(ChromotingDesktopNetworkMsg_CaptureCompleted, SerializedDesktopFrame )
IPC_MESSAGE_CONTROL1(ChromotingDesktopNetworkMsg_CursorShapeChanged, webrtc::MouseCursorShape )
IPC_MESSAGE_CONTROL1(ChromotingDesktopNetworkMsg_InjectClipboardEvent, std::string )
IPC_MESSAGE_CONTROL0(ChromotingDesktopNetworkMsg_DisconnectSession)
IPC_MESSAGE_CONTROL1(ChromotingDesktopNetworkMsg_AudioPacket, std::string )
IPC_MESSAGE_CONTROL3(ChromotingNetworkDesktopMsg_StartSessionAgent, std::string , remoting::ScreenResolution , bool )
IPC_MESSAGE_CONTROL0(ChromotingNetworkDesktopMsg_CaptureFrame)
IPC_MESSAGE_CONTROL1(ChromotingNetworkDesktopMsg_InjectClipboardEvent, std::string )
IPC_MESSAGE_CONTROL1(ChromotingNetworkDesktopMsg_InjectKeyEvent, std::string )
IPC_MESSAGE_CONTROL1(ChromotingNetworkDesktopMsg_InjectTextEvent, std::string )
IPC_MESSAGE_CONTROL1(ChromotingNetworkDesktopMsg_InjectMouseEvent, std::string )
IPC_MESSAGE_CONTROL1(ChromotingNetworkDesktopMsg_SetScreenResolution, remoting::ScreenResolution )
IPC_MESSAGE_CONTROL0(TtsHostMsg_InitializeVoiceList)
IPC_MESSAGE_CONTROL1(TtsHostMsg_Speak, TtsUtteranceRequest)
IPC_MESSAGE_CONTROL0(TtsHostMsg_Pause)
IPC_MESSAGE_CONTROL0(TtsHostMsg_Resume)
IPC_MESSAGE_CONTROL0(TtsHostMsg_Cancel)
IPC_MESSAGE_CONTROL1(TtsMsg_SetVoiceList, std::vector<TtsVoice>)
IPC_MESSAGE_CONTROL1(TtsMsg_DidStartSpeaking, int )
IPC_MESSAGE_CONTROL1(TtsMsg_DidFinishSpeaking, int )
IPC_MESSAGE_CONTROL1(TtsMsg_DidPauseSpeaking, int )
IPC_MESSAGE_CONTROL1(TtsMsg_DidResumeSpeaking, int )
IPC_MESSAGE_CONTROL2(TtsMsg_WordBoundary, int , int )
IPC_MESSAGE_CONTROL2(TtsMsg_SentenceBoundary, int , int )
IPC_MESSAGE_CONTROL2(TtsMsg_MarkerEvent, int , int )
IPC_MESSAGE_CONTROL1(TtsMsg_WasInterrupted, int )
IPC_MESSAGE_CONTROL1(TtsMsg_WasCancelled, int )
IPC_MESSAGE_CONTROL2(TtsMsg_SpeakingErrorOccurred, int , std::string )
IPC_MESSAGE_ROUTED1(ChromeExtensionMsg_GetApplicationInfo, int32 )
IPC_MESSAGE_ROUTED5(ExtensionHostMsg_InlineWebstoreInstall, int32 , int32 , std::string , GURL , int )
IPC_MESSAGE_ROUTED1(ExtensionMsg_InlineInstallStageChanged, extensions::api::webstore::InstallStage )
IPC_MESSAGE_ROUTED1(ExtensionMsg_InlineInstallDownloadProgress, int )
IPC_MESSAGE_ROUTED3(ExtensionMsg_InlineWebstoreInstallResponse, int32 , bool , std::string )
IPC_MESSAGE_ROUTED2(ChromeExtensionHostMsg_DidGetApplicationInfo, int32 , WebApplicationInfo)
IPC_MESSAGE_CONTROL1(SpellCheckMsg_EnableSpellCheck, bool)
IPC_MESSAGE_CONTROL4(SpellCheckMsg_Init, IPC::PlatformFileForTransit , std::set<std::string> , std::string , bool )
IPC_MESSAGE_CONTROL2(SpellCheckMsg_CustomDictionaryChanged, std::vector<std::string> , std::vector<std::string> )
IPC_MESSAGE_CONTROL1(SpellCheckMsg_EnableAutoSpellCorrect, bool )
IPC_MESSAGE_CONTROL0(SpellCheckMsg_RequestDocumentMarkers)
IPC_MESSAGE_CONTROL1(SpellCheckHostMsg_RespondDocumentMarkers, std::vector<uint32> )
IPC_MESSAGE_ROUTED4(SpellCheckMsg_RespondSpellingService, int , bool , base::string16 , std::vector<SpellCheckResult>)
IPC_MESSAGE_ROUTED0(SpellCheckMsg_AdvanceToNextMisspelling)
IPC_MESSAGE_ROUTED2(SpellCheckMsg_RespondTextCheck, int , std::vector<SpellCheckResult>)
IPC_MESSAGE_ROUTED1(SpellCheckMsg_ToggleSpellPanel, bool)
IPC_MESSAGE_CONTROL0(SpellCheckHostMsg_RequestDictionary)
IPC_MESSAGE_ROUTED2(SpellCheckHostMsg_NotifyChecked, base::string16 , bool )
IPC_MESSAGE_CONTROL4(SpellCheckHostMsg_CallSpellingService, int , int , base::string16 , std::vector<SpellCheckMarker> )
IPC_MESSAGE_ROUTED1(SpellCheckHostMsg_ShowSpellingPanel, bool )
IPC_MESSAGE_ROUTED1(SpellCheckHostMsg_UpdateSpellingPanelWithMisspelledWord, base::string16 )
IPC_SYNC_MESSAGE_CONTROL2_1(SpellCheckHostMsg_CheckSpelling, base::string16 , int , bool )
IPC_SYNC_MESSAGE_CONTROL1_1(SpellCheckHostMsg_FillSuggestionList, base::string16 , std::vector<base::string16> )
IPC_MESSAGE_CONTROL4(SpellCheckHostMsg_RequestTextCheck, int , int , base::string16 , std::vector<SpellCheckMarker> )
IPC_MESSAGE_ROUTED2(SpellCheckHostMsg_ToggleSpellCheck, bool , bool )
IPC_SYNC_MESSAGE_CONTROL1_1( ChromeViewHostMsg_GetSupportedKeySystems, SupportedKeySystemRequest , SupportedKeySystemResponse )
IPC_MESSAGE_CONTROL1(LocalDiscoveryMsg_SetSockets, std::vector<LocalDiscoveryMsg_SocketInfo> )
IPC_MESSAGE_CONTROL2(LocalDiscoveryMsg_StartWatcher, uint64 , std::string )
IPC_MESSAGE_CONTROL2(LocalDiscoveryMsg_DiscoverServices, uint64 , bool )
IPC_MESSAGE_CONTROL2(LocalDiscoveryMsg_SetActivelyRefreshServices, uint64 , bool )
IPC_MESSAGE_CONTROL1(LocalDiscoveryMsg_DestroyWatcher, uint64 )
IPC_MESSAGE_CONTROL2(LocalDiscoveryMsg_ResolveService, uint64 , std::string )
IPC_MESSAGE_CONTROL1(LocalDiscoveryMsg_DestroyResolver, uint64 )
IPC_MESSAGE_CONTROL3(LocalDiscoveryMsg_ResolveLocalDomain, uint64 , std::string , net::AddressFamily )
IPC_MESSAGE_CONTROL1(LocalDiscoveryMsg_DestroyLocalDomainResolver, uint64 )
IPC_MESSAGE_CONTROL0(LocalDiscoveryMsg_ShutdownLocalDiscovery)
IPC_MESSAGE_CONTROL0(LocalDiscoveryHostMsg_Error)
IPC_MESSAGE_CONTROL3(LocalDiscoveryHostMsg_WatcherCallback, uint64 , local_discovery::ServiceWatcher::UpdateType , std::string )
IPC_MESSAGE_CONTROL3( LocalDiscoveryHostMsg_ResolverCallback, uint64 , local_discovery::ServiceResolver::RequestStatus , local_discovery::ServiceDescription )
IPC_MESSAGE_CONTROL4( LocalDiscoveryHostMsg_LocalDomainResolverCallback, uint64 , bool , net::IPAddressNumber , net::IPAddressNumber )
IPC_MESSAGE_CONTROL4(ServiceMsg_EnableCloudPrintProxyWithRobot, std::string , std::string , std::string , base::DictionaryValue )
IPC_MESSAGE_CONTROL0(ServiceMsg_DisableCloudPrintProxy)
IPC_MESSAGE_CONTROL0(ServiceMsg_GetCloudPrintProxyInfo)
IPC_MESSAGE_CONTROL0(ServiceMsg_GetHistograms)
IPC_MESSAGE_CONTROL0(ServiceMsg_GetPrinters)
IPC_MESSAGE_CONTROL0(ServiceMsg_Shutdown)
IPC_MESSAGE_CONTROL0(ServiceMsg_UpdateAvailable)
IPC_MESSAGE_CONTROL1(ServiceHostMsg_CloudPrintProxy_Info, cloud_print::CloudPrintProxyInfo )
IPC_MESSAGE_CONTROL1(ServiceHostMsg_Histograms, std::vector<std::string> )
IPC_MESSAGE_CONTROL1(ServiceHostMsg_Printers, std::vector<std::string> )
IPC_MESSAGE_ROUTED1(PrintMsg_InitiatePrintPreview, bool )
IPC_MESSAGE_ROUTED0(PrintMsg_PrintNodeUnderContextMenu)
IPC_MESSAGE_ROUTED1(PrintMsg_PrintForPrintPreview, base::DictionaryValue )
IPC_MESSAGE_ROUTED0(PrintMsg_PrintPages)
IPC_MESSAGE_ROUTED1(PrintMsg_PrintingDone, bool )
IPC_MESSAGE_ROUTED1(PrintMsg_SetScriptedPrintingBlocked, bool )
IPC_MESSAGE_ROUTED1(PrintMsg_PrintPreview, base::DictionaryValue )
IPC_MESSAGE_ROUTED0(PrintMsg_PrintForSystemDialog)
IPC_MESSAGE_ROUTED0(PrintMsg_ResetScriptedPrintCount)
IPC_SYNC_MESSAGE_ROUTED1_1(PrintHostMsg_DuplicateSection, base::SharedMemoryHandle , base::SharedMemoryHandle )
IPC_SYNC_MESSAGE_ROUTED0_1(PrintHostMsg_IsPrintingEnabled, bool )
IPC_MESSAGE_ROUTED2(PrintHostMsg_DidGetPrintedPagesCount, int , int )
IPC_MESSAGE_ROUTED1(PrintHostMsg_DidGetDocumentCookie, int )
IPC_MESSAGE_ROUTED0(PrintHostMsg_DidShowPrintDialog)
IPC_MESSAGE_ROUTED1(PrintHostMsg_DidPrintPage, PrintHostMsg_DidPrintPage_Params )
IPC_SYNC_MESSAGE_ROUTED0_1(PrintHostMsg_GetDefaultPrintSettings, PrintMsg_Print_Params )
IPC_SYNC_MESSAGE_ROUTED2_1(PrintHostMsg_UpdatePrintSettings, int , base::DictionaryValue , PrintMsg_PrintPages_Params )
IPC_SYNC_MESSAGE_ROUTED1_1(PrintHostMsg_ScriptedPrint, PrintHostMsg_ScriptedPrint_Params, PrintMsg_PrintPages_Params )
IPC_SYNC_MESSAGE_CONTROL1_2(PrintHostMsg_AllocateTempFileForPrinting, int , base::FileDescriptor , int )
IPC_MESSAGE_CONTROL2(PrintHostMsg_TempFileForPrintingWritten, int , int )
IPC_MESSAGE_ROUTED1(PrintHostMsg_RequestPrintPreview, PrintHostMsg_RequestPrintPreview_Params )
IPC_MESSAGE_ROUTED1(PrintHostMsg_DidGetPreviewPageCount, PrintHostMsg_DidGetPreviewPageCount_Params )
IPC_MESSAGE_ROUTED3(PrintHostMsg_DidGetDefaultPageLayout, printing::PageSizeMargins , gfx::Rect , bool )
IPC_MESSAGE_ROUTED1(PrintHostMsg_DidPreviewPage, PrintHostMsg_DidPreviewPage_Params )
IPC_SYNC_MESSAGE_ROUTED2_1(PrintHostMsg_CheckForCancel, int32 , int , bool )
IPC_MESSAGE_ROUTED0(PrintHostMsg_ShowInvalidPrinterSettingsError)
IPC_MESSAGE_ROUTED1(PrintHostMsg_MetafileReadyForPrinting, PrintHostMsg_DidPreviewDocument_Params )
IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintingFailed, int )
IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewFailed, int )
IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewCancelled, int )
IPC_MESSAGE_ROUTED1(PrintHostMsg_PrintPreviewInvalidPrinterSettings, int )
IPC_SYNC_MESSAGE_ROUTED0_0(PrintHostMsg_SetupScriptedPrintPreview)
IPC_MESSAGE_ROUTED1(PrintHostMsg_ShowScriptedPrintPreview, bool )
IPC_MESSAGE_ROUTED0(PrintHostMsg_PrintPreviewScalingDisabled)
IPC_MESSAGE_CONTROL4(ChromeUtilityMsg_UnpackExtension, base::FilePath , std::string , int , int )
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_UnpackWebResource, std::string )
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_ParseUpdateManifest, std::string )
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_DecodeImage, std::vector<unsigned char>)
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_DecodeImageBase64, std::string)
IPC_MESSAGE_CONTROL4(ChromeUtilityMsg_RenderPDFPagesToMetafile, base::PlatformFile, base::FilePath, printing::PdfRenderSettings, std::vector<printing::PageRange>)
IPC_MESSAGE_CONTROL4(ChromeUtilityMsg_RenderPDFPagesToPWGRaster, IPC::PlatformFileForTransit, printing::PdfRenderSettings, printing::PwgRasterSettings, IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_RobustJPEGDecodeImage, std::vector<unsigned char>)
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_ParseJSON, std::string )
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_GetPrinterCapsAndDefaults, std::string )
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_GetPrinterSemanticCapsAndDefaults, std::string )
IPC_MESSAGE_CONTROL3(ChromeUtilityMsg_PatchFileBsdiff, base::FilePath , base::FilePath , base::FilePath )
IPC_MESSAGE_CONTROL3(ChromeUtilityMsg_PatchFileCourgette, base::FilePath , base::FilePath , base::FilePath )
IPC_MESSAGE_CONTROL3(ChromeUtilityMsg_CreateZipFile, base::FilePath , std::vector<base::FilePath> , base::FileDescriptor )
IPC_MESSAGE_CONTROL0(ChromeUtilityMsg_StartupPing)
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_AnalyzeZipFileForDownloadProtection, IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_ParseITunesPrefXml, std::string )
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_ParseIPhotoLibraryXmlFile, IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_ParseITunesLibraryXmlFile, IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL1(ChromeUtilityMsg_ParsePicasaPMPDatabase, picasa::AlbumTableFilesForTransit )
IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_IndexPicasaAlbumsContents, picasa::AlbumUIDSet , std::vector<picasa::FolderINIContents> )
IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_CheckMediaFile, int64 , IPC::PlatformFileForTransit )
IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_ParseMediaMetadata, std::string , int64 )
IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_RequestBlobBytes_Finished, int64 , std::string )
IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_ImageWriter_Write, base::FilePath , base::FilePath )
IPC_MESSAGE_CONTROL2(ChromeUtilityMsg_ImageWriter_Verify, base::FilePath , base::FilePath )
IPC_MESSAGE_CONTROL0(ChromeUtilityMsg_ImageWriter_Cancel)
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_UnpackExtension_Succeeded, base::DictionaryValue )
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_UnpackExtension_Failed, base::string16 )
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_UnpackWebResource_Succeeded, base::DictionaryValue )
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_UnpackWebResource_Failed, std::string )
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_ParseUpdateManifest_Succeeded, UpdateManifest::Results )
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_ParseUpdateManifest_Failed, std::string )
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_DecodeImage_Succeeded, SkBitmap)
IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_DecodeImage_Failed)
IPC_MESSAGE_CONTROL2(ChromeUtilityHostMsg_RenderPDFPagesToMetafile_Succeeded, int, double)
IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_RenderPDFPagesToMetafile_Failed)
IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_RenderPDFPagesToPWGRaster_Succeeded)
IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_RenderPDFPagesToPWGRaster_Failed)
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_ParseJSON_Succeeded, base::ListValue)
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_ParseJSON_Failed, std::string )
IPC_MESSAGE_CONTROL2(ChromeUtilityHostMsg_GetPrinterCapsAndDefaults_Succeeded, std::string , printing::PrinterCapsAndDefaults)
IPC_MESSAGE_CONTROL2( ChromeUtilityHostMsg_GetPrinterSemanticCapsAndDefaults_Succeeded, std::string , printing::PrinterSemanticCapsAndDefaults)
IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_PatchFile_Succeeded)
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_PatchFile_Failed, int )
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_GetPrinterCapsAndDefaults_Failed, std::string )
IPC_MESSAGE_CONTROL1( ChromeUtilityHostMsg_GetPrinterSemanticCapsAndDefaults_Failed, std::string )
IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_CreateZipFile_Succeeded)
IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_CreateZipFile_Failed)
IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_ProcessStarted)
IPC_MESSAGE_CONTROL1( ChromeUtilityHostMsg_AnalyzeZipFileForDownloadProtection_Finished, safe_browsing::zip_analyzer::Results)
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_GotITunesDirectory, base::FilePath )
IPC_MESSAGE_CONTROL2(ChromeUtilityHostMsg_GotIPhotoLibrary, bool , iphoto::parser::Library )
IPC_MESSAGE_CONTROL2(ChromeUtilityHostMsg_GotITunesLibrary, bool , itunes::parser::Library )
IPC_MESSAGE_CONTROL3(ChromeUtilityHostMsg_ParsePicasaPMPDatabase_Finished, bool , std::vector<picasa::AlbumInfo> , std::vector<picasa::AlbumInfo> )
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_IndexPicasaAlbumsContents_Finished, picasa::AlbumImagesMap )
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_CheckMediaFile_Finished, bool )
IPC_MESSAGE_CONTROL2(ChromeUtilityHostMsg_ParseMediaMetadata_Finished, bool , base::DictionaryValue )
IPC_MESSAGE_CONTROL3(ChromeUtilityHostMsg_RequestBlobBytes, int64 , int64 , int64 )
IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_ImageWriter_Succeeded)
IPC_MESSAGE_CONTROL0(ChromeUtilityHostMsg_ImageWriter_Cancelled)
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_ImageWriter_Failed, std::string )
IPC_MESSAGE_CONTROL1(ChromeUtilityHostMsg_ImageWriter_Progress, int64 )
IPC_MESSAGE_CONTROL2(ChromeUtilityHostMsg_GetAndEncryptWiFiCredentials, std::string , std::vector<uint8> )
IPC_MESSAGE_CONTROL2(ChromeUtilityHostMsg_GotEncryptedWiFiCredentials, std::vector<uint8> , bool )
IPC_MESSAGE_CONTROL2(CastMsg_ReceivedPacket, int32 , media::cast::Packet )
IPC_MESSAGE_CONTROL2( CastMsg_NotifyStatusChange, int32 , media::cast::transport::CastTransportStatus )
IPC_MESSAGE_CONTROL5( CastMsg_RtpStatistics, int32 , bool , media::cast::transport::RtcpSenderInfo , base::TimeTicks , uint32 )
IPC_MESSAGE_CONTROL2(CastMsg_RawEvents, int32 , std::vector<media::cast::PacketEvent> )
IPC_MESSAGE_CONTROL2( CastHostMsg_InitializeAudio, int32 , media::cast::transport::CastTransportAudioConfig )
IPC_MESSAGE_CONTROL2( CastHostMsg_InitializeVideo, int32 , media::cast::transport::CastTransportVideoConfig )
IPC_MESSAGE_CONTROL3( CastHostMsg_InsertCodedAudioFrame, int32 , media::cast::transport::EncodedAudioFrame , base::TimeTicks )
IPC_MESSAGE_CONTROL3( CastHostMsg_InsertCodedVideoFrame, int32 , media::cast::transport::EncodedVideoFrame , base::TimeTicks )
IPC_MESSAGE_CONTROL5( CastHostMsg_SendRtcpFromRtpSender, int32 , media::cast::transport::SendRtcpFromRtpSenderData , media::cast::transport::RtcpSenderInfo , media::cast::transport::RtcpDlrrReportBlock , media::cast::transport::RtcpSenderLogMessage )
IPC_MESSAGE_CONTROL3( CastHostMsg_ResendPackets, int32 , bool , media::cast::MissingFramesAndPacketsMap )
IPC_MESSAGE_CONTROL2( CastHostMsg_New, int32 , net::IPEndPoint )
IPC_MESSAGE_CONTROL1( CastHostMsg_Delete, int32 )
IPC_MESSAGE_ROUTED1(SafeBrowsingHostMsg_PhishingDetectionDone, std::string )
IPC_MESSAGE_ROUTED1(SafeBrowsingHostMsg_MalwareDOMDetails, std::vector<SafeBrowsingHostMsg_MalwareDOMDetails_Node>)
IPC_MESSAGE_CONTROL1(SafeBrowsingMsg_SetPhishingModel, std::string )
IPC_MESSAGE_ROUTED0(SafeBrowsingMsg_GetMalwareDOMDetails)
IPC_MESSAGE_ROUTED1(SafeBrowsingMsg_StartPhishingDetection, GURL)
IPC_MESSAGE_CONTROL1(WebRtcLoggingMsg_AddLogMessages, std::vector<WebRtcLoggingMessageData> )
IPC_MESSAGE_CONTROL0(WebRtcLoggingMsg_LoggingStopped)
IPC_MESSAGE_CONTROL0(WebRtcLoggingMsg_StartLogging)
IPC_MESSAGE_CONTROL0(WebRtcLoggingMsg_StopLogging)
IPC_MESSAGE_CONTROL3(ChromeViewMsg_SetCacheCapacities, size_t , size_t , size_t )
IPC_MESSAGE_CONTROL1(ChromeViewMsg_ClearCache, bool )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_WebUIJavaScript, base::string16 )
IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetContentSettingRules, RendererContentSettingRules )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_LoadBlockedPlugins, std::string )
IPC_MESSAGE_CONTROL0(ChromeViewMsg_GetCacheResourceStats)
IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetFieldTrialGroup, std::string , std::string )
IPC_MESSAGE_CONTROL0(ChromeViewMsg_GetV8HeapStats)
IPC_MESSAGE_ROUTED0(ChromeViewMsg_DetermineIfPageSupportsInstant)
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxSetDisplayInstantResults, bool )
IPC_MESSAGE_ROUTED2(ChromeViewMsg_SearchBoxFocusChanged, OmniboxFocusState , OmniboxFocusChangeReason )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxMarginChange, int )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxMostVisitedItemsChanged, std::vector<InstantMostVisitedItem> )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxPromoInformation, bool )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxSetInputInProgress, bool )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxSetSuggestionToPrefetch, InstantSuggestion )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxSubmit, base::string16 )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SearchBoxThemeChanged, ThemeBackgroundInfo )
IPC_MESSAGE_ROUTED2(ChromeViewMsg_ChromeIdentityCheckResult, base::string16 , bool )
IPC_MESSAGE_ROUTED0(ChromeViewMsg_SearchBoxToggleVoiceSearch)
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetVisuallyDeemphasized, bool )
IPC_MESSAGE_CONTROL1(ChromeViewMsg_SetIsIncognitoProcess, bool )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowDisplayingInsecureContent, bool )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetAllowRunningInsecureContent, bool )
IPC_MESSAGE_ROUTED0(ChromeViewMsg_ReloadFrame)
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetClientSidePhishingDetection, bool )
IPC_MESSAGE_ROUTED2(ChromeViewMsg_RequestThumbnailForContextNode, int , gfx::Size )
IPC_MESSAGE_ROUTED3(ChromeViewMsg_UpdateTopControlsState, content::TopControlsState , content::TopControlsState , bool )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_SetWindowFeatures, blink::WebWindowFeatures )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_RequestThumbnailForContextNode_ACK, SkBitmap , gfx::Size )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_RetrieveWebappInformation, GURL )
IPC_MESSAGE_ROUTED2(ChromeViewMsg_RetrieveMetaTagContent, GURL , std::string )
IPC_SYNC_MESSAGE_CONTROL1_1(ChromeViewHostMsg_GetManagedAccounts, GURL , std::vector<std::string> )
IPC_MESSAGE_CONTROL0(ChromeViewHostMsg_ShowBrowserAccountManagementUI)
IPC_MESSAGE_ROUTED0(ChromeViewMsg_GetFPS)
IPC_MESSAGE_ROUTED0(ChromeViewMsg_SetAsInterstitial)
IPC_MESSAGE_ROUTED1(ChromeViewMsg_NetErrorInfo, int )
IPC_MESSAGE_ROUTED5(ChromeViewMsg_SetNavigationCorrectionInfo, GURL , std::string , std::string , std::string , GURL )
IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_UpdatedCacheStats, blink::WebCache::UsageStats )
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_ContentBlocked, ContentSettingsType )
IPC_SYNC_MESSAGE_CONTROL5_1(ChromeViewHostMsg_AllowDatabase, int , GURL , GURL , base::string16 , base::string16 , bool )
IPC_SYNC_MESSAGE_CONTROL4_1(ChromeViewHostMsg_AllowDOMStorage, int , GURL , GURL , bool , bool )
IPC_SYNC_MESSAGE_CONTROL3_1(ChromeViewHostMsg_AllowFileSystem, int , GURL , GURL , bool )
IPC_SYNC_MESSAGE_CONTROL4_1(ChromeViewHostMsg_AllowIndexedDB, int , GURL , GURL , base::string16 , bool )
IPC_SYNC_MESSAGE_CONTROL4_1(ChromeViewHostMsg_GetPluginInfo, int , GURL , GURL , std::string , ChromeViewHostMsg_GetPluginInfo_Output )
IPC_SYNC_MESSAGE_CONTROL1_3( ChromeViewHostMsg_IsInternalPluginRegisteredForMimeType, std::string , bool , std::vector<base::string16> , std::vector<base::string16> )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_FindMissingPlugin, int , std::string )
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_RemovePluginPlaceholderHost, int )
IPC_MESSAGE_ROUTED1(ChromeViewMsg_FoundMissingPlugin, base::string16 )
IPC_MESSAGE_ROUTED0(ChromeViewMsg_DidNotFindMissingPlugin)
IPC_MESSAGE_ROUTED0(ChromeViewMsg_StartedDownloadingPlugin)
IPC_MESSAGE_ROUTED0(ChromeViewMsg_FinishedDownloadingPlugin)
IPC_MESSAGE_ROUTED1(ChromeViewMsg_ErrorDownloadingPlugin, std::string )
IPC_MESSAGE_ROUTED0(ChromeViewMsg_CancelledDownloadingPlugin)
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_OpenAboutPlugins)
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_CouldNotLoadPlugin, base::FilePath )
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_NPAPINotSupported, std::string )
IPC_MESSAGE_ROUTED0(ChromeViewMsg_NPAPINotSupported)
IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_PageHasOSDD, int32 , GURL , search_provider::OSDDType)
IPC_SYNC_MESSAGE_ROUTED2_1(ChromeViewHostMsg_GetSearchProviderInstallState, GURL , GURL , search_provider::InstallState )
IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_V8HeapStats, int , int )
IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_DnsPrefetch, std::vector<std::string> )
IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_Preconnect, GURL )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_BlockedOutdatedPlugin, int , std::string )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_BlockedUnauthorizedPlugin, base::string16 , std::string )
IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_ResourceTypeStats, blink::WebCache::ResourceTypeStats)
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_CancelPrerenderForPrinting)
IPC_SYNC_MESSAGE_CONTROL1_1(ChromeViewHostMsg_CanTriggerClipboardRead, GURL , bool )
IPC_SYNC_MESSAGE_CONTROL1_1(ChromeViewHostMsg_CanTriggerClipboardWrite, GURL , bool )
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_DidBlockDisplayingInsecureContent)
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_DidBlockRunningInsecureContent)
IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_DidRetrieveWebappInformation, bool , bool , bool , GURL )
IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_DidRetrieveMetaTagContent, bool , std::string , std::string , GURL )
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_PDFHasUnsupportedFeature)
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_PDFSaveURLAs, GURL , content::Referrer )
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_PDFUpdateContentRestrictions, int )
IPC_SYNC_MESSAGE_ROUTED1_1(ChromeViewHostMsg_PDFModalPromptForPassword, std::string , std::string )
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_FrameLoadingError, int )
IPC_MESSAGE_ROUTED0(ChromeViewHostMsg_FrameLoadingCompleted)
IPC_MESSAGE_CONTROL2(ChromeViewHostMsg_FPS, int , float )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_LogEvent, int , NTPLoggingEventType )
IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogMostVisitedImpression, int , int , base::string16 )
IPC_MESSAGE_ROUTED3(ChromeViewHostMsg_LogMostVisitedNavigation, int , int , base::string16 )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_ChromeIdentityCheck, int , base::string16 )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_FocusOmnibox, int , OmniboxFocusState )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_PasteAndOpenDropdown, int , base::string16 )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_InstantSupportDetermined, int , bool )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem, int , GURL )
IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_SearchBoxNavigate, int , GURL , WindowOpenDisposition , bool )
IPC_MESSAGE_ROUTED1(ChromeViewHostMsg_SearchBoxUndoAllMostVisitedDeletions, int )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SearchBoxUndoMostVisitedDeletion, int , GURL )
IPC_MESSAGE_ROUTED2(ChromeViewHostMsg_SetVoiceSearchSupported, int , bool )
IPC_MESSAGE_CONTROL2(ChromeViewMsg_SetSearchURLs, std::vector<GURL> , GURL )
IPC_MESSAGE_ROUTED4(ChromeViewHostMsg_DetailedConsoleMessageAdded, base::string16 , base::string16 , extensions::StackTrace , int32 )
IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_IsCrashReportingEnabled, bool )
IPC_SYNC_MESSAGE_CONTROL0_0(ChromeViewHostMsg_CloseCurrentConnections)
IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_SetCacheMode, bool )
IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_ClearCache, int )
IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_ClearHostResolverCache, int )
IPC_MESSAGE_CONTROL1(ChromeViewHostMsg_EnableSpdy, bool )
IPC_SYNC_MESSAGE_CONTROL0_1(ChromeViewHostMsg_ClearPredictorCache, int )
IPC_MESSAGE_CONTROL3(ProfileImportProcessMsg_StartImport, importer::SourceProfile, int , base::DictionaryValue )
IPC_MESSAGE_CONTROL0(ProfileImportProcessMsg_CancelImport)
IPC_MESSAGE_CONTROL1(ProfileImportProcessMsg_ReportImportItemFinished, int )
IPC_MESSAGE_CONTROL0(ProfileImportProcessHostMsg_Import_Started)
IPC_MESSAGE_CONTROL2(ProfileImportProcessHostMsg_Import_Finished, bool , std::string )
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_ImportItem_Started, int )
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_ImportItem_Finished, int )
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyHistoryImportStart, int )
IPC_MESSAGE_CONTROL2(ProfileImportProcessHostMsg_NotifyHistoryImportGroup, std::vector<ImporterURLRow>, int )
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyHomePageImportReady, GURL )
IPC_MESSAGE_CONTROL2(ProfileImportProcessHostMsg_NotifyBookmarksImportStart, base::string16 , int )
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyBookmarksImportGroup, std::vector<ImportedBookmarkEntry>)
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyFaviconsImportStart, int )
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyFaviconsImportGroup, std::vector<ImportedFaviconUsage>)
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyPasswordFormReady, autofill::PasswordForm)
IPC_MESSAGE_CONTROL2(ProfileImportProcessHostMsg_NotifyKeywordsReady, std::vector<importer::URLKeywordInfo>, bool )
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyFirefoxSearchEngData, std::vector<std::string>)
IPC_MESSAGE_CONTROL1(ProfileImportProcessHostMsg_NotifyIE7PasswordInfo, importer::ImporterIE7PasswordInfo)
IPC_MESSAGE_CONTROL5(PrerenderHostMsg_AddLinkRelPrerender, int , PrerenderAttributes, content::Referrer, gfx::Size, int )
IPC_MESSAGE_CONTROL1(PrerenderHostMsg_CancelLinkRelPrerender, int )
IPC_MESSAGE_CONTROL1(PrerenderHostMsg_AbandonLinkRelPrerender, int )
IPC_MESSAGE_ROUTED1(PrerenderMsg_SetIsPrerendering, bool )
IPC_MESSAGE_CONTROL1(PrerenderMsg_OnPrerenderStart, int )
IPC_MESSAGE_CONTROL1(PrerenderMsg_OnPrerenderStopLoading, int )
IPC_MESSAGE_CONTROL1(PrerenderMsg_OnPrerenderDomContentLoaded, int )
IPC_MESSAGE_CONTROL1(PrerenderMsg_OnPrerenderAddAlias, GURL )
IPC_MESSAGE_CONTROL1(PrerenderMsg_OnPrerenderRemoveAliases, std::vector<GURL> )
IPC_MESSAGE_CONTROL1(PrerenderMsg_OnPrerenderStop, int )
IPC_MESSAGE_CONTROL2(Msg_Decryptor_Init, base::FilePath , base::FilePath )
IPC_MESSAGE_CONTROL1(Msg_Decryptor_InitReturnCode, bool )
IPC_MESSAGE_CONTROL1(Msg_Decrypt, std::string )
IPC_MESSAGE_CONTROL1(Msg_Decryptor_Response, base::string16 )
IPC_MESSAGE_CONTROL0(Msg_Decryptor_Quit)
IPC_MESSAGE_CONTROL1(AppShimMsg_LaunchApp_Done, apps::AppShimLaunchResult )
IPC_MESSAGE_CONTROL0(AppShimMsg_Hide)
IPC_MESSAGE_CONTROL0(AppShimMsg_RequestUserAttention)
IPC_MESSAGE_CONTROL4(AppShimHostMsg_LaunchApp, base::FilePath , std::string , apps::AppShimLaunchType , std::vector<base::FilePath> )
IPC_MESSAGE_CONTROL2(AppShimHostMsg_FocusApp, apps::AppShimFocusType , std::vector<base::FilePath> )
IPC_MESSAGE_CONTROL1(AppShimHostMsg_SetAppHidden, bool )
IPC_MESSAGE_CONTROL0(AppShimHostMsg_QuitApp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment