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, |