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

Unified Diff: webkit/plugins/ppapi/plugin_module.h

Issue 11264049: PPAPI: Make Messaging not PostTask and copy when out-of-process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « webkit/plugins/ppapi/message_channel.cc ('k') | webkit/plugins/ppapi/plugin_module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/plugin_module.h
diff --git a/webkit/plugins/ppapi/plugin_module.h b/webkit/plugins/ppapi/plugin_module.h
index 4f7967d18dd2c6c35d35fea132a5cacd0c9a7f55..7f8bd78ada8c11d9eca07d6462a8dc2cb818f66e 100644
--- a/webkit/plugins/ppapi/plugin_module.h
+++ b/webkit/plugins/ppapi/plugin_module.h
@@ -114,6 +114,8 @@ class WEBKIT_PLUGINS_EXPORT PluginModule :
// must be called before calling InitAsProxiedNaCl.
void InitAsProxiedNaCl(PluginInstance* instance);
+ bool IsProxied() const;
+
static const PPB_Core* GetCore();
// Returns a pointer to the local GetInterface function for retrieving
« no previous file with comments | « webkit/plugins/ppapi/message_channel.cc ('k') | webkit/plugins/ppapi/plugin_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698