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

Unified Diff: content/common/pepper_messages.h

Issue 8511032: Make the Pepper Flash net address just private, not Flash-specific. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/pepper_messages.h
diff --git a/content/common/pepper_messages.h b/content/common/pepper_messages.h
index f702ee65d1716d775034f4b87cf083c4f3acd48f..bf86c4e6c02d381b5fff1f51d8caa6e3ba49fdcf 100644
--- a/content/common/pepper_messages.h
+++ b/content/common/pepper_messages.h
@@ -19,8 +19,8 @@
IPC_MESSAGE_ROUTED4(PepperMsg_ConnectTcpACK,
int /* request_id */,
IPC::PlatformFileForTransit /* socket */,
- PP_Flash_NetAddress /* local_addr */,
- PP_Flash_NetAddress /* remote_addr */)
+ PP_NetAddress_Private /* local_addr */,
+ PP_NetAddress_Private /* remote_addr */)
// Pepper (non-file-system) messages sent from the renderer to the browser.
@@ -33,7 +33,7 @@ IPC_MESSAGE_CONTROL4(PepperMsg_ConnectTcp,
IPC_MESSAGE_CONTROL3(PepperMsg_ConnectTcpAddress,
int /* routing_id */,
int /* request_id */,
- PP_Flash_NetAddress /* addr */)
+ PP_NetAddress_Private /* addr */)
IPC_SYNC_MESSAGE_CONTROL1_1(PepperMsg_GetLocalTimeZoneOffset,
base::Time /* t */,

Powered by Google App Engine
This is Rietveld 408576698