Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: remoting/client/plugin/pepper_entrypoints.cc

Issue 3301009: Revert 58319 - Pull latest version of Pepper. This includes a reworked find i... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_entrypoints.cc
===================================================================
--- remoting/client/plugin/pepper_entrypoints.cc (revision 58322)
+++ remoting/client/plugin/pepper_entrypoints.cc (working copy)
@@ -56,7 +56,7 @@
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
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698