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

Unified Diff: content/common/frame_messages.h

Issue 559613002: PlzNavigate: Implement RequestNavigation on the renderer side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@commit-navigation-renderer
Patch Set: Created 6 years, 2 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 02b9f15314a3f910cd8ac8dbdd8d98517a6eac21..b76113707f84f08da212f082c09b317a9fd498be 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -466,6 +466,11 @@ 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 */)
nasko 2014/10/08 17:40:32 nit: let's leave an empty line between the IPC mes
clamy 2014/10/10 02:33:11 Done.
+// 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.

Powered by Google App Engine
This is Rietveld 408576698