Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index ed963cd2c225790c26886832c5c00dd25380cfe4..2277240996b78730c5ee490b5d8f9f35442ac758 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -428,6 +428,8 @@ class CONTENT_EXPORT RenderViewHostImpl |
is_subframe_ = is_subframe; |
} |
+ // TODO(creis): Remove this when we replace frame IDs with RenderFrameHost |
+ // routing IDs. |
int64 main_frame_id() const { |
return main_frame_id_; |
} |