| 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);
|
|
|