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

Unified Diff: chrome/browser/renderer_host/pepper/pepper_extensions_common_message_filter.h

Issue 105553005: Make PepperWebPlugin not use RenderViews. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
Index: chrome/browser/renderer_host/pepper/pepper_extensions_common_message_filter.h
===================================================================
--- chrome/browser/renderer_host/pepper/pepper_extensions_common_message_filter.h (revision 241580)
+++ chrome/browser/renderer_host/pepper/pepper_extensions_common_message_filter.h (working copy)
@@ -44,7 +44,7 @@
protected:
PepperExtensionsCommonMessageFilter(int render_process_id,
- int render_view_id,
+ int render_frame_id,
const base::FilePath& profile_directory,
const GURL& document_url);
virtual ~PepperExtensionsCommonMessageFilter();
@@ -97,7 +97,7 @@
// All the members are initialized on the IO thread when the object is
// constructed, and accessed only on the UI thread afterwards.
int render_process_id_;
- int render_view_id_;
+ int render_frame_id_;
base::FilePath profile_directory_;
GURL document_url_;

Powered by Google App Engine
This is Rietveld 408576698