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

Unified Diff: ppapi/c/private/ppb_host_resolver_private.h

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_udp_socket_private.idl ('k') | ppapi/c/private/ppb_net_address_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/private/ppb_host_resolver_private.h
diff --git a/ppapi/c/private/ppb_host_resolver_private.h b/ppapi/c/private/ppb_host_resolver_private.h
index 34346eb2c2e7dacdc030fe17f3d4626ae7dc1291..3845386bf35dedde325e7346bbcbb4147a987bc7 100644
--- a/ppapi/c/private/ppb_host_resolver_private.h
+++ b/ppapi/c/private/ppb_host_resolver_private.h
@@ -4,7 +4,7 @@
*/
/* From private/ppb_host_resolver_private.idl,
- * modified Mon Mar 5 17:39:57 2012.
+ * modified Mon Jun 24 09:49:40 2013.
*/
#ifndef PPAPI_C_PRIVATE_PPB_HOST_RESOLVER_PRIVATE_H_
@@ -42,11 +42,11 @@ typedef enum {
/**
* AI_CANONNAME
*/
- PP_HOST_RESOLVER_FLAGS_CANONNAME = 1 << 0,
+ PP_HOST_RESOLVER_PRIVATE_FLAGS_CANONNAME = 1 << 0,
/**
* Hint to the resolver that only loopback addresses are configured.
*/
- PP_HOST_RESOLVER_FLAGS_LOOPBACK_ONLY = 1 << 1
+ PP_HOST_RESOLVER_PRIVATE_FLAGS_LOOPBACK_ONLY = 1 << 1
} PP_HostResolver_Private_Flags;
PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_HostResolver_Private_Flags, 4);
/**
« no previous file with comments | « ppapi/api/private/ppb_udp_socket_private.idl ('k') | ppapi/c/private/ppb_net_address_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698