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

Unified Diff: ppapi/proxy/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: ppapi/proxy/dispatcher.cc
diff --git a/ppapi/proxy/dispatcher.cc b/ppapi/proxy/dispatcher.cc
index a2a1d7137a38f2caf5f180d28abe2a795cca3eaf..b24df9fd6e36e77f5ae35eaa055fc2772635c5d9 100644
--- a/ppapi/proxy/dispatcher.cc
+++ b/ppapi/proxy/dispatcher.cc
@@ -18,7 +18,7 @@ namespace ppapi {
namespace proxy {
Dispatcher::Dispatcher(base::ProcessHandle remote_process_handle,
- GetInterfaceFunc local_get_interface)
+ PP_GetInterface_Func local_get_interface)
: ProxyChannel(remote_process_handle),
disallow_trusted_interfaces_(false), // TODO(brettw) make this settable.
local_get_interface_(local_get_interface) {

Powered by Google App Engine
This is Rietveld 408576698