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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc

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/plugin_ppb.cc
diff --git a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
index f6651910f062c973a50f5fa0f34238522dfdacb6..aa0e8a13decd41dae50e70f17675aa4a07920496 100644
--- a/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
+++ b/ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc
@@ -31,8 +31,6 @@
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_net_address_private.h"
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_network_list_private.h"
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_network_monitor_private.h"
-#include "native_client/src/shared/ppapi_proxy/plugin_ppb_pdf.h"
-#include "native_client/src/shared/ppapi_proxy/plugin_ppb_scrollbar.h"
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_server_socket_private.h"
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_tcp_socket_private.h"
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_testing.h"
@@ -43,7 +41,6 @@
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_var.h"
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_view.h"
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_websocket.h"
-#include "native_client/src/shared/ppapi_proxy/plugin_ppb_widget.h"
#include "native_client/src/shared/ppapi_proxy/plugin_ppb_zoom.h"
#include "native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h"
#include "native_client/src/shared/ppapi_proxy/utility.h"
@@ -122,8 +119,6 @@ InterfaceMapElement interface_map[] = {
{ PPB_OPENGLES2_QUERY_INTERFACE_1_0,
PluginGraphics3D::GetOpenGLESQueryInterface(),
true },
- { PPB_PDF_INTERFACE, PluginPDF::GetInterface(), true },
- { PPB_SCROLLBAR_DEV_INTERFACE, PluginScrollbar::GetInterface(), true },
{ PPB_TCPSERVERSOCKET_PRIVATE_INTERFACE,
PluginTCPServerSocketPrivate::GetInterface(),
true },
@@ -150,7 +145,6 @@ InterfaceMapElement interface_map[] = {
true },
{ PPB_WHEEL_INPUT_EVENT_INTERFACE, PluginInputEvent::GetWheelInterface(),
true },
- { PPB_WIDGET_DEV_INTERFACE, PluginWidget::GetInterface(), true },
{ PPB_ZOOM_DEV_INTERFACE, PluginZoom::GetInterface(), true },
};

Powered by Google App Engine
This is Rietveld 408576698