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

Unified Diff: ppapi/api/private/ppb_net_address_private.idl

Issue 17615004: Add "PRIVATE" to the enum names of some private Pepper networking APIs: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
« no previous file with comments | « ppapi/api/private/ppb_host_resolver_private.idl ('k') | ppapi/api/private/ppb_tcp_socket_private.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/ppb_net_address_private.idl
diff --git a/ppapi/api/private/ppb_net_address_private.idl b/ppapi/api/private/ppb_net_address_private.idl
index cf6804c822ce5899105426c0107290a2f89da686..9feb503050e0140c1920cb8e9b73cbdc87222a41 100644
--- a/ppapi/api/private/ppb_net_address_private.idl
+++ b/ppapi/api/private/ppb_net_address_private.idl
@@ -19,15 +19,15 @@ enum PP_NetAddressFamily_Private {
/**
* The address family is unspecified.
*/
- PP_NETADDRESSFAMILY_UNSPECIFIED = 0,
+ PP_NETADDRESSFAMILY_PRIVATE_UNSPECIFIED = 0,
/**
* The Internet Protocol version 4 (IPv4) address family.
*/
- PP_NETADDRESSFAMILY_IPV4 = 1,
+ PP_NETADDRESSFAMILY_PRIVATE_IPV4 = 1,
/**
* The Internet Protocol version 6 (IPv6) address family.
*/
- PP_NETADDRESSFAMILY_IPV6 = 2
+ PP_NETADDRESSFAMILY_PRIVATE_IPV6 = 2
};
/**
« no previous file with comments | « ppapi/api/private/ppb_host_resolver_private.idl ('k') | ppapi/api/private/ppb_tcp_socket_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698