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

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

Issue 105553005: Make PepperWebPlugin not use RenderViews. (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
Index: chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h
===================================================================
--- chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h (revision 242033)
+++ chrome/browser/renderer_host/pepper/pepper_platform_verification_message_filter.h (working copy)
@@ -52,7 +52,7 @@
// Used to lookup the WebContents associated with this PP_Instance.
int render_process_id_;
- int render_view_id_;
+ int render_frame_id_;
// Must only be accessed on the UI thread.
scoped_refptr<chromeos::attestation::PlatformVerificationFlow> pv_;

Powered by Google App Engine
This is Rietveld 408576698