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

Unified Diff: content/browser/ppapi_plugin_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: content/browser/ppapi_plugin_process_host.h
diff --git a/content/browser/ppapi_plugin_process_host.h b/content/browser/ppapi_plugin_process_host.h
index 87c79c31d2acceb173f3867fac9184ed568784e8..a479c80b5c88f1ce97230fbcb1aca3a494dbd4fd 100644
--- a/content/browser/ppapi_plugin_process_host.h
+++ b/content/browser/ppapi_plugin_process_host.h
@@ -142,7 +142,7 @@ class PpapiPluginProcessHost : public BrowserChildProcessHostDelegate,
scoped_refptr<PepperMessageFilter> filter_;
ppapi::PpapiPermissions permissions_;
- scoped_ptr<BrowserPpapiHostImpl> host_impl_;
+ scoped_refptr<BrowserPpapiHostImpl> host_impl_;
// Observes network changes. May be NULL.
scoped_ptr<PluginNetworkObserver> network_observer_;

Powered by Google App Engine
This is Rietveld 408576698