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

Unified Diff: chrome/renderer/plugins/chrome_plugin_placeholder.h

Issue 107893003: Make the renderer-side prerendering code use RenderFrames instead of RenderViews. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: creis 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/renderer/plugins/chrome_plugin_placeholder.h
===================================================================
--- chrome/renderer/plugins/chrome_plugin_placeholder.h (revision 239602)
+++ chrome/renderer/plugins/chrome_plugin_placeholder.h (working copy)
@@ -101,6 +101,11 @@
int context_menu_request_id_; // Nonzero when request pending.
base::string16 plugin_name_;
+ // TODO(jam): remove this class, it's temporary until PluginPlaceholder is a
+ // RenderFrameObserver.
+ class RenderFrameObserver;
+ scoped_ptr<RenderFrameObserver> frame_observer_;
+
DISALLOW_COPY_AND_ASSIGN(ChromePluginPlaceholder);
};

Powered by Google App Engine
This is Rietveld 408576698