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

Unified Diff: ppapi/api/private/ppb_udp_socket_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_tcp_socket_private.idl ('k') | ppapi/c/private/ppb_host_resolver_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/private/ppb_udp_socket_private.idl
diff --git a/ppapi/api/private/ppb_udp_socket_private.idl b/ppapi/api/private/ppb_udp_socket_private.idl
index fc4fe1c9c62eaa397df77618a45929b759fa67e2..9888a548e9951bc7197e608cb5d58d32153ef895 100644
--- a/ppapi/api/private/ppb_udp_socket_private.idl
+++ b/ppapi/api/private/ppb_udp_socket_private.idl
@@ -18,15 +18,15 @@ enum PP_UDPSocketFeature_Private {
// Allow the socket to share the local address to which socket will
// be bound with other processes. Value's type should be
// PP_VARTYPE_BOOL.
- PP_UDPSOCKETFEATURE_ADDRESS_REUSE = 0,
+ PP_UDPSOCKETFEATURE_PRIVATE_ADDRESS_REUSE = 0,
// Allow sending and receiving packets sent to and from broadcast
// addresses. Value's type should be PP_VARTYPE_BOOL.
- PP_UDPSOCKETFEATURE_BROADCAST = 1,
+ PP_UDPSOCKETFEATURE_PRIVATE_BROADCAST = 1,
// Special value for counting the number of available
// features. Should not be passed to SetSocketFeature().
- PP_UDPSOCKETFEATURE_COUNT = 2
+ PP_UDPSOCKETFEATURE_PRIVATE_COUNT = 2
};
interface PPB_UDPSocket_Private {
« no previous file with comments | « ppapi/api/private/ppb_tcp_socket_private.idl ('k') | ppapi/c/private/ppb_host_resolver_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698