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

Unified Diff: ppapi/thunk/ppb_network_list_api.h

Issue 23806003: Use PP_ArrayOutput and PPB_NetAddress in PPB_NetworkList_Private.. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/thunk/interfaces_ppb_private_no_permissions.h ('k') | ppapi/thunk/ppb_network_list_private_thunk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/ppb_network_list_api.h
diff --git a/ppapi/thunk/ppb_network_list_api.h b/ppapi/thunk/ppb_network_list_api.h
index bbadded6f7545e1f14b30838730436a8f5241f61..b8fb9a35292a65d31941fb72660eea66c8d86b07 100644
--- a/ppapi/thunk/ppb_network_list_api.h
+++ b/ppapi/thunk/ppb_network_list_api.h
@@ -31,8 +31,7 @@ class PPAPI_THUNK_EXPORT PPB_NetworkList_API {
virtual PP_NetworkListType_Private GetType(uint32_t index) = 0;
virtual PP_NetworkListState_Private GetState(uint32_t index) = 0;
virtual int32_t GetIpAddresses(uint32_t index,
- PP_NetAddress_Private addresses[],
- uint32_t count) = 0;
+ const PP_ArrayOutput& output) = 0;
virtual PP_Var GetDisplayName(uint32_t index) = 0;
virtual uint32_t GetMTU(uint32_t index) = 0;
};
« no previous file with comments | « ppapi/thunk/interfaces_ppb_private_no_permissions.h ('k') | ppapi/thunk/ppb_network_list_private_thunk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698