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

Unified Diff: ppapi/api/private/ppb_host_resolver_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
Index: ppapi/api/private/ppb_host_resolver_private.idl
diff --git a/ppapi/api/private/ppb_host_resolver_private.idl b/ppapi/api/private/ppb_host_resolver_private.idl
index 4db93bf73abf3c9f49cd3eab9da0f32df05e356a..f7b0e4a5c29766255a7f9c35f5a407adeb9ff824 100644
--- a/ppapi/api/private/ppb_host_resolver_private.idl
+++ b/ppapi/api/private/ppb_host_resolver_private.idl
@@ -21,11 +21,11 @@ enum PP_HostResolver_Private_Flags {
/**
* 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
};
[assert_size(8)]

Powered by Google App Engine
This is Rietveld 408576698