Chromium Code Reviews| 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); |