| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 72eb2f452eb456366ec24113989a08dc27111bf1..306b8e5ecd430643443660ba65e0ef31da157a05 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -505,6 +505,15 @@ IPC_MESSAGE_ROUTED4(FrameMsg_CommitNavigation,
|
| content::CommonNavigationParams, /* common_params */
|
| content::RequestNavigationParams /* request_params */)
|
|
|
| +// PlzNavigate
|
| +// Tells the renderer that a navigation failed with the error code |error_code|
|
| +// and that the renderer should display an appropriate error page.
|
| +IPC_MESSAGE_ROUTED4(FrameMsg_FailedNavigation,
|
| + content::CommonNavigationParams, /* common_params */
|
| + content::RequestNavigationParams, /* request_params */
|
| + bool, /* stale_copy_in_cache */
|
| + int /* error_code */)
|
| +
|
| #if defined(ENABLE_PLUGINS)
|
| // Notifies the renderer of updates to the Plugin Power Saver origin whitelist.
|
| IPC_MESSAGE_ROUTED1(FrameMsg_UpdatePluginContentOriginWhitelist,
|
|
|