summaryrefslogtreecommitdiffstats
path: root/remoting/client
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 16:00:12 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-02 16:00:12 +0000
commit4d849c6b297552740bb6ec648af4778391cc8588 (patch)
treea162bdc90bb6e0e0fdcdd787499c33e8c5b97771 /remoting/client
parente3ef18d3b88e805535c09a8f7cf7d69e0ef4c391 (diff)
downloadchromium_src-4d849c6b297552740bb6ec648af4778391cc8588.zip
chromium_src-4d849c6b297552740bb6ec648af4778391cc8588.tar.gz
chromium_src-4d849c6b297552740bb6ec648af4778391cc8588.tar.bz2
Unrevert 58354, reland PPAPI with the instance test disabled.
Review URL: http://codereview.chromium.org/3323005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/client')
-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