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

Unified Diff: content/common/frame_messages.h

Issue 129813006: Move DidReceiveServerRedirectForProvisionalLoad from RenderView to RenderFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 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

Powered by Google App Engine
This is Rietveld 408576698