diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 15:08:18 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-02 15:08:18 +0000 |
commit | 7495a49d7d422c8d34a642201b33eb21f34ea44c (patch) | |
tree | 11ad3e525d665918d7b30972bac547cf09a1cfe3 /remoting/client | |
parent | ec18ca6778afde54d02f109b86694eabf8e3d6a5 (diff) | |
download | chromium_src-7495a49d7d422c8d34a642201b33eb21f34ea44c.zip chromium_src-7495a49d7d422c8d34a642201b33eb21f34ea44c.tar.gz chromium_src-7495a49d7d422c8d34a642201b33eb21f34ea44c.tar.bz2 |
Revert 58328 - Pull new PPAPI, reland 58319 and 58321.
TEST=unit test included
BUG=none
TBR=brettw@chromium.org
Review URL: http://codereview.chromium.org/3358006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58354 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client')
-rw-r--r-- | remoting/client/plugin/pepper_entrypoints.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/plugin/pepper_entrypoints.cc b/remoting/client/plugin/pepper_entrypoints.cc index 77307b3..6bcc814 100644 --- a/remoting/client/plugin/pepper_entrypoints.cc +++ b/remoting/client/plugin/pepper_entrypoints.cc @@ -56,7 +56,7 @@ void PPP_ShutdownModule() { const void* PPP_GetInterface(const char* interface_name) { if (!pp::Module::Get()) return NULL; - return pp::Module::Get()->GetPluginInterface(interface_name); + return pp::Module::Get()->GetInstanceInterface(interface_name); } } // namespace remoting |