summaryrefslogtreecommitdiffstats
path: root/remoting/client/plugin
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 06:28:04 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 06:28:04 +0000
commitc4c7b0e6e704ff3a88598a1eecf0d920cf2fc5e6 (patch)
treeb4bcaf6a45e5a3f823452839b7b9ecc22a1bd457 /remoting/client/plugin
parentbfec28416cf5d736cfd94668081e00b42a2a6208 (diff)
downloadchromium_src-c4c7b0e6e704ff3a88598a1eecf0d920cf2fc5e6.zip
chromium_src-c4c7b0e6e704ff3a88598a1eecf0d920cf2fc5e6.tar.gz
chromium_src-c4c7b0e6e704ff3a88598a1eecf0d920cf2fc5e6.tar.bz2
Pull new PPAPI, reland 58319 and 58321.
TEST=unit test included BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58328 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client/plugin')
-rw-r--r--remoting/client/plugin/pepper_entrypoints.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/plugin/pepper_entrypoints.cc b/remoting/client/plugin/pepper_entrypoints.cc
index 6bcc814..77307b3 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()->GetInstanceInterface(interface_name);
+ return pp::Module::Get()->GetPluginInterface(interface_name);
}
} // namespace remoting