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

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

Issue 10827456: Remove PPB_Scrollbar_Dev and PPB_Widget_Dev from native client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Also remove PPB_PDF and associated tests 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 25b21cba6c8408ee77caef13928d10968050bfa2..178184309ee39edf1fcf2fa1176d8ae25f0cd829 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
@@ -209,25 +209,6 @@ class PppPrintingRpcClient {
void operator=(const PppPrintingRpcClient);
}; // class PppPrintingRpcClient
-class PppScrollbarRpcClient {
- public:
- static NaClSrpcError PPP_Scrollbar_ValueChanged(
- NaClSrpcChannel* channel,
- PP_Instance instance,
- PP_Resource scrollbar,
- int32_t value);
- static NaClSrpcError PPP_Scrollbar_OverlayChanged(
- NaClSrpcChannel* channel,
- PP_Instance instance,
- PP_Resource scrollbar,
- int32_t overlay);
-
- private:
- PppScrollbarRpcClient();
- PppScrollbarRpcClient(const PppScrollbarRpcClient&);
- void operator=(const PppScrollbarRpcClient);
-}; // class PppScrollbarRpcClient
-
class PppSelectionRpcClient {
public:
static NaClSrpcError PPP_Selection_GetSelectedText(
@@ -242,20 +223,6 @@ class PppSelectionRpcClient {
void operator=(const PppSelectionRpcClient);
}; // class PppSelectionRpcClient
-class PppWidgetRpcClient {
- public:
- static NaClSrpcError PPP_Widget_Invalidate(
- NaClSrpcChannel* channel,
- PP_Instance instance,
- PP_Resource widget,
- nacl_abi_size_t dirty_rect_bytes, char* dirty_rect);
-
- private:
- PppWidgetRpcClient();
- PppWidgetRpcClient(const PppWidgetRpcClient&);
- void operator=(const PppWidgetRpcClient);
-}; // class PppWidgetRpcClient
-
class PppZoomRpcClient {
public:
static NaClSrpcError PPP_Zoom_Zoom(

Powered by Google App Engine
This is Rietveld 408576698