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

Unified Diff: content/renderer/render_frame_impl.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: sync to head 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: content/renderer/render_frame_impl.h
===================================================================
--- content/renderer/render_frame_impl.h (revision 239602)
+++ content/renderer/render_frame_impl.h (working copy)
@@ -151,6 +151,7 @@
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
// RenderFrame implementation:
+ virtual RenderView* GetRenderView() OVERRIDE;
virtual int GetRoutingID() OVERRIDE;
virtual blink::WebPlugin* CreatePlugin(
blink::WebFrame* frame,

Powered by Google App Engine
This is Rietveld 408576698