From df26f7a343115eee4173397b964c8e9060f8d4bc Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Mon, 9 Apr 2012 18:08:33 +0000 Subject: Hook up the file chooser proxy 0.6 This also removes the "old" style registration for the 0.5 version. BUG=122440 TEST= Review URL: http://codereview.chromium.org/10008064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131384 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/proxy/interface_list.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'ppapi/proxy/interface_list.cc') diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc index 53b8db1..6d05722 100644 --- a/ppapi/proxy/interface_list.cc +++ b/ppapi/proxy/interface_list.cc @@ -213,7 +213,6 @@ InterfaceList::InterfaceList() { // 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()); -- cgit v1.1