diff options
author | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 23:38:29 +0000 |
---|---|---|
committer | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 23:38:29 +0000 |
commit | 4310fd886526c35cc3a471b838087d871703c656 (patch) | |
tree | 4ff20e148c2e38c37f72382c9b056f80716762e8 /ppapi/proxy/interface_list.cc | |
parent | 7bc56fa9dbcbae3476312045db95b170ab3f1d77 (diff) | |
download | chromium_src-4310fd886526c35cc3a471b838087d871703c656.zip chromium_src-4310fd886526c35cc3a471b838087d871703c656.tar.gz chromium_src-4310fd886526c35cc3a471b838087d871703c656.tar.bz2 |
Changes to allow testing interface for new NaCl Proxy
BUG=none
TEST=ppapi/tests
Review URL: https://chromiumcodereview.appspot.com/10918083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157871 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/interface_list.cc')
-rw-r--r-- | ppapi/proxy/interface_list.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc index d77c1cb..99b846f 100644 --- a/ppapi/proxy/interface_list.cc +++ b/ppapi/proxy/interface_list.cc @@ -229,7 +229,6 @@ InterfaceList::InterfaceList() { // TODO(brettw) remove these. 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()); @@ -241,6 +240,7 @@ InterfaceList::InterfaceList() { API_ID_PPP_CONTENT_DECRYPTOR_PRIVATE, PPP_ContentDecryptor_Private_Proxy::GetProxyInterface()); #endif + AddPPB(PPB_Testing_Proxy::GetInfo()); // PPP (plugin) interfaces. // TODO(brettw) move these to interface_list*.h |