Index: ppapi/native_client/src/shared/ppapi_proxy/ppb_network_monitor_private.srpc |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppb_network_monitor_private.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppb_network_monitor_private.srpc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e2a4d54d01f04fa3ffd2ad39c68f1db42ddce4b6 |
--- /dev/null |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppb_network_monitor_private.srpc |
@@ -0,0 +1,25 @@ |
+# Copyright (c) 2012 The Native Client Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+# This file declares the RPC methods used to implement |
+# PPB_NetworkMonitor_Private calls from the plugin. The functions are described |
+# in ppapi/c/private/ppb_network_monitor.h. |
+ |
+{ |
+ 'name': 'PpbNetworkMonitorPrivate', |
+ 'rpcs': [ |
+ {'name': 'PPB_NetworkMonitor_Private_Create', |
+ 'inputs': [['instance', 'PP_Instance'], |
+ ], |
+ 'outputs': [['out_resource', 'PP_Resource'], |
+ ] |
+ }, |
+ {'name': 'PPB_NetworkMonitor_Private_IsNetworkMonitor', |
+ 'inputs': [['resource', 'PP_Resource'], |
+ ], |
+ 'outputs': [['out_bool', 'int32_t'], |
+ ] |
+ }, |
+ ] |
+} |