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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/trusted/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
Index: ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
index 47d2fb17ad53b1c60246ec2faa4e1e2d353e2066..25b21cba6c8408ee77caef13928d10968050bfa2 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
+++ b/ppapi/native_client/src/shared/ppapi_proxy/trusted/srpcgen/ppp_rpc.h
@@ -165,6 +165,19 @@ class PppMouseLockRpcClient {
void operator=(const PppMouseLockRpcClient);
}; // class PppMouseLockRpcClient
+class PppNetworkMonitorPrivateRpcClient {
+ public:
+ static NaClSrpcError PPP_NetworkMonitor_Private_NetworkListChanged(
+ NaClSrpcChannel* channel,
+ PP_Resource network_monitor,
+ PP_Resource network_list);
+
+ private:
+ PppNetworkMonitorPrivateRpcClient();
+ PppNetworkMonitorPrivateRpcClient(const PppNetworkMonitorPrivateRpcClient&);
+ void operator=(const PppNetworkMonitorPrivateRpcClient);
+}; // class PppNetworkMonitorPrivateRpcClient
+
class PppPrintingRpcClient {
public:
static NaClSrpcError PPP_Printing_QuerySupportedFormats(

Powered by Google App Engine
This is Rietveld 408576698