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

Unified Diff: chrome/browser/renderer_host/render_message_filter.h

Issue 6486034: Share PPAPI out-of-process plugins between renderer processes.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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 | « chrome/browser/ppapi_plugin_process_host.cc ('k') | chrome/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_message_filter.h
===================================================================
--- chrome/browser/renderer_host/render_message_filter.h (revision 74733)
+++ chrome/browser/renderer_host/render_message_filter.h (working copy)
@@ -34,7 +34,6 @@
class HostContentSettingsMap;
class HostZoomMap;
class NotificationsPrefsCache;
-class PpapiPluginProcessHost;
class Profile;
class RenderWidgetHelper;
class URLRequestContextGetter;
@@ -410,9 +409,6 @@
base::TimeTicks last_plugin_refresh_time_; // Initialized to 0.
- // A list of all Ppapi plugin processes for this renderer.
- std::vector<linked_ptr<PpapiPluginProcessHost> > ppapi_plugin_hosts_;
-
scoped_refptr<WebKitContext> webkit_context_;
int render_process_id_;
« no previous file with comments | « chrome/browser/ppapi_plugin_process_host.cc ('k') | chrome/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698