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

Unified Diff: content/browser/frame_host/frame_tree.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/browser/frame_host/frame_tree.h
===================================================================
--- content/browser/frame_host/frame_tree.h (revision 239602)
+++ content/browser/frame_host/frame_tree.h (working copy)
@@ -74,7 +74,7 @@
// Frame tree manipulation routines.
// TODO(creis): These should take in RenderFrameHost routing IDs.
- void AddFrame(int render_frame_host_id,
+ RenderFrameHostImpl* AddFrame(int render_frame_host_id,
int64 parent_frame_tree_node_id,
Charlie Reis 2013/12/10 00:31:48 nit: Wrong indent now.
jam 2013/12/10 00:48:43 Done.
int64 frame_id,
const std::string& frame_name);

Powered by Google App Engine
This is Rietveld 408576698