summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/interface_list.cc
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-09 18:08:33 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-09 18:08:33 +0000
commitdf26f7a343115eee4173397b964c8e9060f8d4bc (patch)
tree8e539ebb4c03d8bd74055f9b1f01baa552264953 /ppapi/proxy/interface_list.cc
parent07c234afb79da58678041d152d15c547077ee93a (diff)
downloadchromium_src-df26f7a343115eee4173397b964c8e9060f8d4bc.zip
chromium_src-df26f7a343115eee4173397b964c8e9060f8d4bc.tar.gz
chromium_src-df26f7a343115eee4173397b964c8e9060f8d4bc.tar.bz2
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
Diffstat (limited to 'ppapi/proxy/interface_list.cc')
-rw-r--r--ppapi/proxy/interface_list.cc1
1 files changed, 0 insertions, 1 deletions
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());