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

Unified Diff: content/ppapi_plugin/plugin_process_dispatcher.h

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
« no previous file with comments | « no previous file | content/ppapi_plugin/plugin_process_dispatcher.cc » ('j') | ppapi/c/ppp.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/plugin_process_dispatcher.h
diff --git a/content/ppapi_plugin/plugin_process_dispatcher.h b/content/ppapi_plugin/plugin_process_dispatcher.h
index ffcdc48e0104eae3bec8f5e419ffb6dc08637746..12455d8a35b1f80d347151452015e8e62f592389 100644
--- a/content/ppapi_plugin/plugin_process_dispatcher.h
+++ b/content/ppapi_plugin/plugin_process_dispatcher.h
@@ -14,7 +14,7 @@
class PluginProcessDispatcher : public ppapi::proxy::PluginDispatcher {
public:
PluginProcessDispatcher(base::ProcessHandle remote_process_handle,
- GetInterfaceFunc get_interface);
+ PP_GetInterface_Func get_interface);
virtual ~PluginProcessDispatcher();
private:
« no previous file with comments | « no previous file | content/ppapi_plugin/plugin_process_dispatcher.cc » ('j') | ppapi/c/ppp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698