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

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

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/plugin_module.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/plugin_module.cc
diff --git a/webkit/plugins/ppapi/plugin_module.cc b/webkit/plugins/ppapi/plugin_module.cc
index ca3c38b9558d1e15f5d9b535b5415ac8e57f8f48..befbc3122ae01c96fbfe9019e195f55c269b5d5f 100644
--- a/webkit/plugins/ppapi/plugin_module.cc
+++ b/webkit/plugins/ppapi/plugin_module.cc
@@ -524,6 +524,10 @@ void PluginModule::InitAsProxiedNaCl(PluginInstance* plugin_instance) {
plugin_instance->ResetAsProxied(this);
}
+bool PluginModule::IsProxied() const {
+ return !!out_of_process_proxy_;
+}
+
// static
const PPB_Core* PluginModule::GetCore() {
return &core_interface;
« no previous file with comments | « webkit/plugins/ppapi/plugin_module.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698