| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 5a7fc0d1b0c1d2a8af65250a23157dfef2479b31..a9ca4b86796c243d1399cf4d86c68ed4f45d93a8 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -521,6 +521,9 @@ IPC_MESSAGE_ROUTED1(FrameMsg_AddStyleSheetByURL, std::string)
|
| IPC_MESSAGE_ROUTED1(FrameMsg_SetAccessibilityMode,
|
| AccessibilityMode)
|
|
|
| +// Dispatch a load event in the iframe element containing this frame.
|
| +IPC_MESSAGE_ROUTED0(FrameMsg_DispatchLoad)
|
| +
|
| #if defined(OS_ANDROID)
|
|
|
| // External popup menus.
|
| @@ -861,6 +864,10 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_BeforeUnloadHandlersPresent,
|
| IPC_MESSAGE_ROUTED1(FrameHostMsg_UnloadHandlersPresent,
|
| bool /* present */)
|
|
|
| +// Dispatch a load event for this frame in the iframe element of an
|
| +// out-of-process parent frame.
|
| +IPC_MESSAGE_ROUTED0(FrameHostMsg_DispatchLoad)
|
| +
|
| #if defined(OS_MACOSX) || defined(OS_ANDROID)
|
|
|
| // Message to show/hide a popup menu using native controls.
|
|
|