| Index: ppapi/proxy/interface_list.cc
|
| diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc
|
| index 2c44f4a8b3906d0af541fcc2defedf93b5de3fcb..4b1d612f65ada1d261abf1e1ea20138eb4050471 100644
|
| --- a/ppapi/proxy/interface_list.cc
|
| +++ b/ppapi/proxy/interface_list.cc
|
| @@ -104,7 +104,6 @@
|
| #include "ppapi/proxy/ppb_url_loader_proxy.h"
|
| #include "ppapi/proxy/ppb_url_response_info_proxy.h"
|
| #include "ppapi/proxy/ppb_var_deprecated_proxy.h"
|
| -#include "ppapi/proxy/ppb_video_capture_proxy.h"
|
| #include "ppapi/proxy/ppb_video_decoder_proxy.h"
|
| #include "ppapi/proxy/ppb_x509_certificate_private_proxy.h"
|
| #include "ppapi/proxy/ppp_class_proxy.h"
|
| @@ -283,7 +282,6 @@ InterfaceList::InterfaceList() {
|
| 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());
|
| #endif
|
| }
|
|
|