Index: ppapi/proxy/interface_list.cc |
=================================================================== |
--- ppapi/proxy/interface_list.cc (revision 161336) |
+++ ppapi/proxy/interface_list.cc (working copy) |
@@ -265,8 +265,10 @@ |
// PPP (plugin) interfaces. |
// TODO(brettw) move these to interface_list*.h |
AddProxy(API_ID_PPP_INSTANCE, &ProxyFactory<PPP_Instance_Proxy>); |
+ #if !defined(OS_NACL) |
brettw
2012/10/11 21:18:20
I'd skip this.
|
AddPPP(PPP_INSTANCE_INTERFACE_1_1, API_ID_PPP_INSTANCE, |
PPP_Instance_Proxy::GetInstanceInterface()); |
+ #endif |
AddProxy(API_ID_PPP_PRINTING, &ProxyFactory<PPP_Printing_Proxy>); |
AddPPP(PPP_PRINTING_DEV_INTERFACE, API_ID_PPP_PRINTING, |
PPP_Printing_Proxy::GetProxyInterface()); |