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

Unified Diff: ppapi/shared_impl/private/net_address_private_impl.h

Issue 704133005: Pepper: Add support for multicast in PPB_UDPSocket API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Properly check for permissions, restore check for API version 1.2 so all trybots are happy Created 5 years, 9 months 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: ppapi/shared_impl/private/net_address_private_impl.h
diff --git a/ppapi/shared_impl/private/net_address_private_impl.h b/ppapi/shared_impl/private/net_address_private_impl.h
index d71263546f39a365a61d49df730ed9a35e706e24..d989788965ec966013e6fe9e1c4c72faa7e8a32e 100644
--- a/ppapi/shared_impl/private/net_address_private_impl.h
+++ b/ppapi/shared_impl/private/net_address_private_impl.h
@@ -47,6 +47,8 @@ class PPAPI_SHARED_EXPORT NetAddressPrivateImpl {
static void CreateNetAddressPrivateFromIPv6Address(
const PP_NetAddress_IPv6& ipv6_addr,
PP_NetAddress_Private* addr);
+ static void CreateNetAddressPrivateFromAnyAddress(PP_Bool is_ipv6,
+ PP_NetAddress_Private* addr);
bbudge 2015/03/07 00:52:21 This shouldn't be with the conversion routines. Ho
etrunko 2015/03/09 17:24:30 Done.
static PP_NetAddress_Family GetFamilyFromNetAddressPrivate(
const PP_NetAddress_Private& addr);
static bool DescribeNetAddressPrivateAsIPv4Address(

Powered by Google App Engine
This is Rietveld 408576698