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

Unified Diff: content/common/view_messages.h

Issue 464593003: Don't swap out the old RenderFrameHost until the new one commits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Major rebase Created 6 years, 4 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 4497d508b5c3a8c8f1eefb2c4f95c43438b1e1f3..5732506e8aab41a3be77de811897058903a079d2 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -618,10 +618,6 @@ IPC_MESSAGE_ROUTED2(ViewMsg_WasShown,
bool /* needs_repainting */,
ui::LatencyInfo /* latency_info */)
-// Sent to inform the view that it was swapped out. This allows the process to
-// exit if no other views are using it.
-IPC_MESSAGE_ROUTED0(ViewMsg_WasSwappedOut)
-
// Tells the renderer to focus the first (last if reverse is true) focusable
// node.
IPC_MESSAGE_ROUTED1(ViewMsg_SetInitialFocus,

Powered by Google App Engine
This is Rietveld 408576698