Index: ppapi/native_client/src/shared/ppapi_proxy/ppp_network_monitor_private.srpc |
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/ppp_network_monitor_private.srpc b/ppapi/native_client/src/shared/ppapi_proxy/ppp_network_monitor_private.srpc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6df4c389b7468371e8e34db5598e2a9fca7ff433 |
--- /dev/null |
+++ b/ppapi/native_client/src/shared/ppapi_proxy/ppp_network_monitor_private.srpc |
@@ -0,0 +1,20 @@ |
+# 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 called by the browser used to implement |
+# PPB_NetworkMonitor_Private interface. Specifically it defines method called by |
+# the browser when the network list changes. |
+ |
+{ |
+ 'name': 'PppNetworkMonitorPrivateRpc', |
+ 'rpcs': [ |
+ # NetworkListChanged |
+ {'name': 'PPP_NetworkMonitor_Private_NetworkListChanged', |
+ 'inputs': [['network_monitor', 'PP_Resource'], |
+ ['network_list', 'PP_Resource'], |
+ ], |
+ 'outputs': [], |
+ }, |
+ ] |
+} |