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

Unified Diff: ppapi/proxy/ppb_network_monitor_private_proxy.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
Index: ppapi/proxy/ppb_network_monitor_private_proxy.h
diff --git a/ppapi/proxy/ppb_network_monitor_private_proxy.h b/ppapi/proxy/ppb_network_monitor_private_proxy.h
index e764b0cb34f4695f10e291b0f35f7a8771cd5255..ace2d3629ef06afa4c60b11cee18e79134406ea3 100644
--- a/ppapi/proxy/ppb_network_monitor_private_proxy.h
+++ b/ppapi/proxy/ppb_network_monitor_private_proxy.h
@@ -26,9 +26,7 @@ class PPB_NetworkMonitor_Private_Proxy : public InterfaceProxy {
virtual ~PPB_NetworkMonitor_Private_Proxy();
// Creates n NetworkManager object in the plugin process.
- static PP_Resource CreateProxyResource(PP_Instance instance,
- PPB_NetworkMonitor_Callback callback,
- void* user_data);
+ static PP_Resource CreateProxyResource(PP_Instance instance);
// InterfaceProxy implementation.
virtual bool OnMessageReceived(const IPC::Message& msg);

Powered by Google App Engine
This is Rietveld 408576698