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

Unified Diff: content/ppapi_plugin/ppapi_thread.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
Index: content/ppapi_plugin/ppapi_thread.h
diff --git a/content/ppapi_plugin/ppapi_thread.h b/content/ppapi_plugin/ppapi_thread.h
index 0784dd3349f41009ea86e518fdc94b28ea5cd1a2..45af88ea7f4b6a4ddc52576cbf2d83c4e46227fc 100644
--- a/content/ppapi_plugin/ppapi_thread.h
+++ b/content/ppapi_plugin/ppapi_thread.h
@@ -75,7 +75,7 @@ class PpapiThread : public ChildThread,
// Global state tracking for the proxy.
ppapi::proxy::PluginGlobals plugin_globals_;
- ppapi::proxy::Dispatcher::GetInterfaceFunc get_plugin_interface_;
+ PP_GetInterface_Func get_plugin_interface_;
// Callback to call when a new instance connects to the broker.
// Used only when is_broker_.

Powered by Google App Engine
This is Rietveld 408576698