Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 8a2a28d0be01590d843bd5768b87d69a6729440b..1437b4831bf8be024df7162a7827bced535d63a5 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -821,11 +821,6 @@ IPC_MESSAGE_ROUTED2(ViewMsg_SetHistoryLengthAndPrune, |
int, /* merge_history_length */ |
int32 /* minimum_page_id */) |
-// Tells the renderer the browser's notion of its process ID. |
-// Some subsystems, like LatencyInfo, require this to be known to the renderer. |
-IPC_MESSAGE_CONTROL1(ViewMsg_SetRendererProcessID, |
- base::ProcessId /* process_id */) |
- |
// Tells the renderer to create a new view. |
// This message is slightly different, the view it takes (via |
// ViewMsg_New_Params) is the view to create, the message itself is sent as a |