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

Unified Diff: content/common/frame_messages.h

Issue 2768813002: PlzNavigate: don't stop all loaders when renderer-initiated nav fails
Patch Set: Removed id Created 3 years, 9 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 5941797043afea971c26758bb1a788fac62697ac..5e922f3893d0b65500406c06bb0dab57e794b459 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -915,6 +915,11 @@ IPC_MESSAGE_ROUTED4(FrameMsg_CommitNavigation,
content::RequestNavigationParams /* request_params */)
// PlzNavigate
+// Informs the renderer that the browser stopped processing a renderer-initiated
+// navigation.
Charlie Reis 2017/03/23 16:52:53 Please clarify how this differs from FrameMsg_Stop
+IPC_MESSAGE_ROUTED0(FrameMsg_DroppedNavigation)
+
+// 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,

Powered by Google App Engine
This is Rietveld 408576698