| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index cb8a37e391fd3b4a9d19f9206964fbf3afb9cb2f..70c479cf8d0eed00980794d12f1b1bda0eeb1500 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -466,6 +466,12 @@ IPC_MESSAGE_ROUTED1(FrameMsg_SelectPopupMenuItem,
|
| #endif
|
|
|
| // PlzNavigate
|
| +// Tells the renderer that a navigation has been requested.
|
| +IPC_MESSAGE_ROUTED2(FrameMsg_RequestNavigation,
|
| + content::CommonNavigationParams, /* common_params */
|
| + content::RequestNavigationParams /* request_params */)
|
| +
|
| +// PlzNavigate
|
| // Tells the renderer that a navigation is ready to commit. The renderer should
|
| // request |stream_url| to get access to the stream containing the body of the
|
| // response.
|
|
|