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

Unified Diff: content/browser/renderer_host/pepper/pepper_renderer_connection.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: fix ref counted compile warning 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/renderer_host/pepper/pepper_renderer_connection.h
diff --git a/content/browser/renderer_host/pepper/pepper_renderer_connection.h b/content/browser/renderer_host/pepper/pepper_renderer_connection.h
index 157827a9cfd7b6b0728417dc2dd46e92406bed38..01d7bd8818310470ea17b24239474f9d882be4bc 100644
--- a/content/browser/renderer_host/pepper/pepper_renderer_connection.h
+++ b/content/browser/renderer_host/pepper/pepper_renderer_connection.h
@@ -65,7 +65,7 @@ class PepperRendererConnection : public BrowserMessageFilter {
// running. This is just a work-around allowing new style resources to work
// with the browser when running in-process but it means that plugin-specific
// information (like the plugin name) won't be available.
- scoped_ptr<BrowserPpapiHostImpl> in_process_host_;
+ scoped_refptr<BrowserPpapiHostImpl> in_process_host_;
DISALLOW_COPY_AND_ASSIGN(PepperRendererConnection);
};

Powered by Google App Engine
This is Rietveld 408576698