Chromium Code Reviews| Index: content/common/frame_messages.h | 
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h | 
| index 2fd20c73e8fe3aa5399080592840662843f2d24d..b4f703bc82b09bc9f4ba2d666384a5900b4f237b 100644 | 
| --- a/content/common/frame_messages.h | 
| +++ b/content/common/frame_messages.h | 
| @@ -607,3 +607,8 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_MediaPlayingNotification, | 
| IPC_MESSAGE_ROUTED1(FrameHostMsg_MediaPausedNotification, | 
| int64 /* player_cookie, distinguishes instances */) | 
| + | 
| +// Notifies the browser that the renderer has a pending navigation transition. | 
| +IPC_MESSAGE_CONTROL2(FrameHostMsg_SetHasPendingTransitionRequest, | 
| 
 
nasko
2014/06/18 17:39:18
Where is this IPC sent from? I don't see it in thi
 
 | 
| + int /* render_frame_id */, | 
| + bool /* is_transition */) |