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

Unified Diff: ppapi/thunk/resource_creation_api.h

Issue 23453025: Refactor PPB_NetworkMonitor_Private interface to use CompletionCallback. (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/ppb_network_monitor_private_thunk.cc ('k') | ppapi/utility/private/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/resource_creation_api.h
diff --git a/ppapi/thunk/resource_creation_api.h b/ppapi/thunk/resource_creation_api.h
index 262a2943d17a01c4a05db01f7cede1bebcd57c85..2b321bdebed33b90bed1df70488f7de7e4b52cc0 100644
--- a/ppapi/thunk/resource_creation_api.h
+++ b/ppapi/thunk/resource_creation_api.h
@@ -141,10 +141,7 @@ class ResourceCreationAPI {
virtual PP_Resource CreateNetAddressFromNetAddressPrivate(
PP_Instance instance,
const PP_NetAddress_Private& private_addr) = 0;
- virtual PP_Resource CreateNetworkMonitor(
- PP_Instance instance,
- PPB_NetworkMonitor_Callback callback,
- void* user_data) = 0;
+ virtual PP_Resource CreateNetworkMonitorPrivate(PP_Instance instance) = 0;
virtual PP_Resource CreatePrinting(PP_Instance instance) = 0;
virtual PP_Resource CreateTCPServerSocketPrivate(PP_Instance instance) = 0;
virtual PP_Resource CreateTCPSocket(PP_Instance instace) = 0;
« no previous file with comments | « ppapi/thunk/ppb_network_monitor_private_thunk.cc ('k') | ppapi/utility/private/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698