Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index d125db50d4ee001424816633b1b110fa7ffc34f7..ce5d678091ffc6ae4f1ccf1af15a8e629b36ceb5 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -239,12 +239,6 @@ IPC_STRUCT_BEGIN(FrameMsg_PostMessage_Params) |
// equivalent frame proxy in the destination process. |
IPC_STRUCT_MEMBER(int, source_routing_id) |
- // When sent from the browser, this is the routing ID of the source view in |
- // the destination process. This currently exists only to support legacy |
- // postMessage to Android WebView and will be removed once crbug.com/473258 |
- // is fixed. |
- IPC_STRUCT_MEMBER(int, source_view_routing_id) |
- |
// The origin of the source frame. |
IPC_STRUCT_MEMBER(base::string16, source_origin) |