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

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

Issue 9834086: Revert 128763 - Broke pnacl SDK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc (revision 128765)
+++ ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc (working copy)
@@ -94,8 +94,6 @@
PluginNetAddressPrivate::GetInterface0_1(), true },
{ PPB_NETADDRESS_PRIVATE_INTERFACE_1_0,
PluginNetAddressPrivate::GetInterface1_0(), true },
- { PPB_NETADDRESS_PRIVATE_INTERFACE_1_1,
- PluginNetAddressPrivate::GetInterface1_1(), true },
{ PPB_OPENGLES2_INTERFACE_1_0, PluginGraphics3D::GetOpenGLESInterface(),
true },
{ PPB_OPENGLES2_INSTANCEDARRAYS_DEV_INTERFACE_1_0,

Powered by Google App Engine
This is Rietveld 408576698