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

Unified Diff: ppapi/proxy/network_list_resource.h

Issue 23450012: Make NetworkList and NetworkMonitor APIs public (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
Index: ppapi/proxy/network_list_resource.h
diff --git a/ppapi/proxy/network_list_resource.h b/ppapi/proxy/network_list_resource.h
index 9c078669b3d01cc2a13d572f464ea28f11671ef0..36c98774ef7905c3959b3dbb30a07237a11abc23 100644
--- a/ppapi/proxy/network_list_resource.h
+++ b/ppapi/proxy/network_list_resource.h
@@ -33,8 +33,8 @@ class NetworkListResource
// PPB_NetworkList_API implementation.
virtual uint32_t GetCount() OVERRIDE;
virtual PP_Var GetName(uint32_t index) OVERRIDE;
- virtual PP_NetworkListType_Private GetType(uint32_t index) OVERRIDE;
- virtual PP_NetworkListState_Private GetState(uint32_t index) OVERRIDE;
+ virtual PP_NetworkList_Type GetType(uint32_t index) OVERRIDE;
+ virtual PP_NetworkList_State GetState(uint32_t index) OVERRIDE;
virtual int32_t GetIpAddresses(uint32_t index,
const PP_ArrayOutput& output) OVERRIDE;
virtual PP_Var GetDisplayName(uint32_t index) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698