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

Unified Diff: chrome/browser/nacl_host/nacl_process_host.h

Issue 61063003: Keep NaCl plugins used in app background pages alive when active. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: working prototype Created 7 years, 1 month 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: chrome/browser/nacl_host/nacl_process_host.h
diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h
index 6db00bc3954c0090c9f57d510a0f6efb658cf341..59e8add5990371f54135aedc32e6532b1c4416e3 100644
--- a/chrome/browser/nacl_host/nacl_process_host.h
+++ b/chrome/browser/nacl_host/nacl_process_host.h
@@ -230,7 +230,7 @@ class NaClProcessHost : public content::BrowserChildProcessHostDelegate {
// Plugin listener, to forward browser channel messages to us.
PluginListener ipc_plugin_listener_;
// Browser host for plugin process.
- scoped_ptr<content::BrowserPpapiHost> ppapi_host_;
+ scoped_refptr<content::BrowserPpapiHost> ppapi_host_;
int render_view_id_;
« no previous file with comments | « no previous file | chrome/browser/nacl_host/nacl_process_host.cc » ('j') | chrome/browser/nacl_host/nacl_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698