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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h

Issue 10823187: NaCl proxy for PPB_NetworkMonitor_Private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
index 14f0eb67bb2142d98af9d87d889a62d13d57dbab..65dd2b6454d70a1d09e118ba14d311e0326f4450 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppp_rpc.h
@@ -181,6 +181,20 @@ class PppMouseLockRpcServer {
void operator=(const PppMouseLockRpcServer);
}; // class PppMouseLockRpcServer
+class PppNetworkMonitorPrivateRpcServer {
+ public:
+ static void PPP_NetworkMonitor_Private_NetworkListChanged(
+ NaClSrpcRpc* rpc,
+ NaClSrpcClosure* done,
+ PP_Resource network_monitor,
+ PP_Resource network_list);
+
+ private:
+ PppNetworkMonitorPrivateRpcServer();
+ PppNetworkMonitorPrivateRpcServer(const PppNetworkMonitorPrivateRpcServer&);
+ void operator=(const PppNetworkMonitorPrivateRpcServer);
+}; // class PppNetworkMonitorPrivateRpcServer
+
class PppPrintingRpcServer {
public:
static void PPP_Printing_QuerySupportedFormats(
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h ('k') | ppapi/ppapi_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698