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

Unified Diff: content/ppapi_plugin/plugin_process_dispatcher.cc

Issue 10069035: Add a way to implement GetInterface in the broker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
Index: content/ppapi_plugin/plugin_process_dispatcher.cc
diff --git a/content/ppapi_plugin/plugin_process_dispatcher.cc b/content/ppapi_plugin/plugin_process_dispatcher.cc
index 5d33e12bf4e063e1a01a090caf76762d65feb394..22c42c7152d6b6e024142ffaa31ca80fae6ec53f 100644
--- a/content/ppapi_plugin/plugin_process_dispatcher.cc
+++ b/content/ppapi_plugin/plugin_process_dispatcher.cc
@@ -17,7 +17,7 @@ const int kPluginReleaseTimeSeconds = 30;
PluginProcessDispatcher::PluginProcessDispatcher(
base::ProcessHandle remote_process_handle,
- GetInterfaceFunc get_interface)
+ PP_GetInterface_Func get_interface)
: ppapi::proxy::PluginDispatcher(remote_process_handle, get_interface) {
ChildProcess::current()->AddRefProcess();
}

Powered by Google App Engine
This is Rietveld 408576698