Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index d8f3fb654e3248eb0498472315db7b81610bc6ad..b93e6066d97df9eaf2aa1e2ae8bceb8247d38384 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -50,7 +50,6 @@ typedef std::map<std::string, std::string> SubstitutionMap; |
class Value; |
class GPUInfo; |
-struct PP_Flash_NetAddress; |
class SkBitmap; |
struct ThumbnailScore; |
class WebCursor; |
@@ -1070,13 +1069,6 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SelectPopupMenuItem, |
IPC_MESSAGE_CONTROL1(ViewMsg_SpeechInput_SetFeatureEnabled, |
bool /* enabled */) |
-// The response to ViewHostMsg_PepperConnectTcp(Address). |
-IPC_MESSAGE_ROUTED4(ViewMsg_PepperConnectTcpACK, |
- int /* request_id */, |
- IPC::PlatformFileForTransit /* socket */, |
- PP_Flash_NetAddress /* local_addr */, |
- PP_Flash_NetAddress /* remote_addr */) |
- |
// Sent in response to a ViewHostMsg_ContextMenu to let the renderer know that |
// the menu has been closed. |
IPC_MESSAGE_ROUTED0(ViewMsg_ContextMenuClosed) |
@@ -2592,19 +2584,6 @@ IPC_MESSAGE_ROUTED1(ViewHostMsg_UpdateContentRestrictions, |
// The currently displayed PDF has an unsupported feature. |
IPC_MESSAGE_ROUTED0(ViewHostMsg_PDFHasUnsupportedFeature) |
-// Pepper-related messages ----------------------------------------------------- |
- |
-IPC_MESSAGE_CONTROL4(ViewHostMsg_PepperConnectTcp, |
- int /* routing_id */, |
- int /* request_id */, |
- std::string /* host */, |
- uint16 /* port */) |
- |
-IPC_MESSAGE_CONTROL3(ViewHostMsg_PepperConnectTcpAddress, |
- int /* routing_id */, |
- int /* request_id */, |
- PP_Flash_NetAddress /* addr */) |
- |
// JavaScript related messages ----------------------------------------------- |
// Notify the JavaScript engine in the render to change its parameters |