Chromium Code Reviews| Index: content/common/frame_messages.h |
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
| index 776775d20575a0fc79c4778d20a40a8d6a7b577d..1917c77bc2cb812876eb125303c76c005ec6b5cd 100644 |
| --- a/content/common/frame_messages.h |
| +++ b/content/common/frame_messages.h |
| @@ -93,6 +93,12 @@ IPC_MESSAGE_ROUTED4(FrameHostMsg_DidStartProvisionalLoadForFrame, |
| IPC_MESSAGE_ROUTED1(FrameHostMsg_DidFailProvisionalLoadWithError, |
| FrameHostMsg_DidFailProvisionalLoadWithError_Params) |
| +// Sent when a provisional load on the main frame redirects. |
| +IPC_MESSAGE_ROUTED3(FrameHostMsg_DidRedirectProvisionalLoad, |
| + int /* page_id */, |
| + GURL /* last url */, |
|
jam
2014/01/10 16:19:31
nit: I realize you're just moving, but the convent
nasko
2014/01/10 19:54:39
Thanks for the info. Updated and will keep it in m
|
| + GURL /* url redirected to */) |
| + |
| // Sent to the browser when the renderer detects it is blocked on a pepper |
| // plugin message for too long. This is also sent when it becomes unhung |
| // (according to the value of is_hung). The browser can give the user the |