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

Unified Diff: ppapi/api/dev/ppb_host_resolver_dev.idl

Issue 17419008: Move PPB_NetAddress out of dev. (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 | « native_client_sdk/src/libraries/ppapi_cpp/library.dsc ('k') | ppapi/api/dev/ppb_net_address_dev.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/ppb_host_resolver_dev.idl
diff --git a/ppapi/api/dev/ppb_host_resolver_dev.idl b/ppapi/api/dev/ppb_host_resolver_dev.idl
index fa5612bb7f3d26726e2a9c86e061d3006fecb286..df78110586280f039e87356fd5a29e8e534603a8 100644
--- a/ppapi/api/dev/ppb_host_resolver_dev.idl
+++ b/ppapi/api/dev/ppb_host_resolver_dev.idl
@@ -35,7 +35,7 @@ struct PP_HostResolver_Hint_Dev {
/**
* Network address family.
*/
- PP_NetAddress_Family_Dev family;
+ PP_NetAddress_Family family;
/**
* Combination of flags from <code>PP_HostResolver_Flags_Dev</code>.
*/
@@ -133,9 +133,9 @@ interface PPB_HostResolver_Dev {
* resolver.
* @param[in] index An index indicating which address to return.
*
- * @return A <code>PPB_NetAddress_Dev</code> resource on success; 0 if there
- * is a pending <code>Resolve()</code> call or the previous
- * <code>Resolve()</code> call failed, or the specified index is out of range.
+ * @return A <code>PPB_NetAddress</code> resource on success; 0 if there is a
+ * pending <code>Resolve()</code> call or the previous <code>Resolve()</code>
+ * call failed, or the specified index is out of range.
*/
PP_Resource GetNetAddress([in] PP_Resource host_resolver,
[in] uint32_t index);
« no previous file with comments | « native_client_sdk/src/libraries/ppapi_cpp/library.dsc ('k') | ppapi/api/dev/ppb_net_address_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698