Chromium Code Reviews| Index: ppapi/proxy/interface_list.cc |
| =================================================================== |
| --- ppapi/proxy/interface_list.cc (revision 161132) |
| +++ ppapi/proxy/interface_list.cc (working copy) |
| @@ -264,6 +264,7 @@ |
| // PPP (plugin) interfaces. |
| // TODO(brettw) move these to interface_list*.h |
| +#if !defined(OS_NACL) |
| AddProxy(API_ID_PPP_INSTANCE, &ProxyFactory<PPP_Instance_Proxy>); |
|
brettw
2012/10/11 18:05:50
I would have thought this one and the next line wa
bbudge
2012/10/11 18:46:02
You are correct.
|
| AddPPP(PPP_INSTANCE_INTERFACE_1_1, API_ID_PPP_INSTANCE, |
| PPP_Instance_Proxy::GetInstanceInterface()); |
| @@ -281,7 +282,6 @@ |
| AddPPP(PPP_Messaging_Proxy::GetInfo()); |
| AddPPP(PPP_MouseLock_Proxy::GetInfo()); |
| AddPPP(PPP_Graphics3D_Proxy::GetInfo()); |
| -#if !defined(OS_NACL) |
| AddPPP(PPP_Instance_Private_Proxy::GetInfo()); |
| AddPPP(PPP_VideoCapture_Proxy::GetInfo()); |
| AddPPP(PPP_VideoDecoder_Proxy::GetInfo()); |