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

Unified Diff: content/common/view_messages.h

Issue 10316020: Remove WebContentsImpl::OnDidRedirectProvisionalLoad. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also fix unit test that referenced ViewHostMsg_DidRedirectProvisionalLoad Created 8 years, 8 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 0c7bd5419afe84d86015bd625257daf27b481416..948c60f7ddd0c2bbb801d9f0dcd8cc89adc3e123 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -1800,13 +1800,6 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_DataReceived_ACK,
IPC_MESSAGE_CONTROL1(ViewHostMsg_RevealFolderInOS,
FilePath /* path */)
-// Sent when a provisional load on the main frame redirects.
-IPC_MESSAGE_ROUTED4(ViewHostMsg_DidRedirectProvisionalLoad,
- int /* page_id */,
- GURL /* opener url if present, else empty */,
- GURL /* last url */,
- GURL /* url redirected to */)
-
// Sent when the renderer changes the zoom level for a particular url, so the
// browser can update its records. If remember is true, then url is used to
// update the zoom level for all pages in that site. Otherwise, the render

Powered by Google App Engine
This is Rietveld 408576698