| Index: ppapi/proxy/interface_list.cc
|
| diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc
|
| index 4e126a9fa7d890f86df6377bc5b161c1ddefceec..af36b88a3f4e8e85475daa18a58947377428af3a 100644
|
| --- a/ppapi/proxy/interface_list.cc
|
| +++ b/ppapi/proxy/interface_list.cc
|
| @@ -171,15 +171,18 @@ InterfaceList::InterfaceList() {
|
| AddFlashInterfaces();
|
|
|
| // PPB (browser) interfaces.
|
| + // Do not add more stuff here, they should be added to interface_list*.h
|
| + // TODO(brettw) remove these.
|
| AddPPB(PPB_FileChooser_Proxy::GetTrustedInfo());
|
| AddPPB(PPB_Instance_Proxy::GetInfoPrivate());
|
| AddPPB(PPB_PDF_Proxy::GetInfo());
|
| AddPPB(PPB_Testing_Proxy::GetInfo());
|
| AddPPB(PPB_URLLoader_Proxy::GetTrustedInfo());
|
| AddPPB(PPB_Var_Deprecated_Proxy::GetInfo());
|
| - AddPPB(PPB_FileRef_Proxy::GetPrivateInfo());
|
|
|
| // PPP (plugin) interfaces.
|
| + // Do not add more stuff here, they should be added to interface_list*.h
|
| + // TODO(brettw) remove these.
|
| AddPPP(PPP_Graphics3D_Proxy::GetInfo());
|
| AddPPP(PPP_InputEvent_Proxy::GetInfo());
|
| AddPPP(PPP_Instance_Private_Proxy::GetInfo());
|
|
|