Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: content/common/frame_messages.h

Issue 297973002: Navigation transitions: Block first response until after transitions have run. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename test function. Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 2fd20c73e8fe3aa5399080592840662843f2d24d..1a7c186023ae5313915b722eee463ee3c2a594cf 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,
+ int /* frame_id */,
jam 2014/06/18 00:34:25 nit: render_frame_id for consistency
+ bool /* is_transition */)

Powered by Google App Engine
This is Rietveld 408576698