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

Unified Diff: content/browser/plugin_service_impl.h

Issue 107183002: Move more of the plugin code in the renderer to use RenderFrame instead of RenderView. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 7 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
« no previous file with comments | « content/browser/loader/resource_scheduler_unittest.cc ('k') | content/browser/plugin_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/plugin_service_impl.h
===================================================================
--- content/browser/plugin_service_impl.h (revision 238847)
+++ content/browser/plugin_service_impl.h (working copy)
@@ -59,7 +59,7 @@
// surpass that limit.
struct PluginServiceFilterParams {
int render_process_id;
- int render_view_id;
+ int render_frame_id;
GURL page_url;
ResourceContext* resource_context;
};
@@ -80,7 +80,7 @@
std::vector<WebPluginInfo>* info,
std::vector<std::string>* actual_mime_types) OVERRIDE;
virtual bool GetPluginInfo(int render_process_id,
- int render_view_id,
+ int render_frame_id,
ResourceContext* context,
const GURL& url,
const GURL& page_url,
@@ -139,7 +139,7 @@
// a new plugin process if necessary. This must be called on the IO thread
// or else a deadlock can occur.
void OpenChannelToNpapiPlugin(int render_process_id,
- int render_view_id,
+ int render_frame_id,
const GURL& url,
const GURL& page_url,
const std::string& mime_type,
@@ -195,7 +195,7 @@
// Helper so we can do the plugin lookup on the FILE thread.
void GetAllowedPluginForOpenChannelToPlugin(
int render_process_id,
- int render_view_id,
+ int render_frame_id,
const GURL& url,
const GURL& page_url,
const std::string& mime_type,
« no previous file with comments | « content/browser/loader/resource_scheduler_unittest.cc ('k') | content/browser/plugin_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698