| Index: ppapi/proxy/interface_list.cc
|
| diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc
|
| index bf5bb4b2f9ada2d4ab0a246a6e57246c08d6205c..897a8a4c07b80cbbb93f82dad2b4bb702341e15d 100644
|
| --- a/ppapi/proxy/interface_list.cc
|
| +++ b/ppapi/proxy/interface_list.cc
|
| @@ -103,7 +103,6 @@
|
| #include "ppapi/proxy/ppb_tcp_server_socket_private_proxy.h"
|
| #include "ppapi/proxy/ppb_tcp_socket_private_proxy.h"
|
| #include "ppapi/proxy/ppb_testing_proxy.h"
|
| -#include "ppapi/proxy/ppb_url_loader_proxy.h"
|
| #include "ppapi/proxy/ppb_var_deprecated_proxy.h"
|
| #include "ppapi/proxy/ppb_video_decoder_proxy.h"
|
| #include "ppapi/proxy/ppb_x509_certificate_private_proxy.h"
|
| @@ -243,7 +242,6 @@ InterfaceList::InterfaceList() {
|
| // Do not add more stuff here, they should be added to interface_list*.h
|
| // TODO(brettw) remove these.
|
| AddPPB(PPB_Instance_Proxy::GetInfoPrivate(), PERMISSION_PRIVATE);
|
| - AddPPB(PPB_URLLoader_Proxy::GetTrustedInfo(), PERMISSION_PRIVATE);
|
| AddPPB(PPB_Var_Deprecated_Proxy::GetInfo(), PERMISSION_DEV);
|
|
|
| // TODO(tomfinegan): Figure out where to put these once we refactor things
|
|
|