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

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

Issue 9019004: Rename PluginService to PluginServiceImpl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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/render_message_filter.h
===================================================================
--- content/browser/renderer_host/render_message_filter.h (revision 115259)
+++ content/browser/renderer_host/render_message_filter.h (working copy)
@@ -26,7 +26,7 @@
#include "ui/gfx/surface/transport_dib.h"
struct FontDescriptor;
-class PluginService;
+class PluginServiceImpl;
class RenderWidgetHelper;
struct ViewHostMsg_CreateWindow_Params;
@@ -67,7 +67,7 @@
public:
// Create the filter.
RenderMessageFilter(int render_process_id,
- PluginService* plugin_service,
+ PluginServiceImpl * plugin_service,
content::BrowserContext* browser_context,
net::URLRequestContextGetter* request_context,
RenderWidgetHelper* render_widget_helper);
@@ -230,7 +230,7 @@
// be non-null if Init succeeds. We do not own the objects, they are managed
// by the BrowserProcess, which has a wider scope than we do.
ResourceDispatcherHost* resource_dispatcher_host_;
- PluginService* plugin_service_;
+ PluginServiceImpl* plugin_service_;
// The browser context associated with our renderer process. This should only
// be accessed on the UI thread!

Powered by Google App Engine
This is Rietveld 408576698