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

Unified Diff: content/browser/frame_host/render_frame_host_impl.cc

Issue 2374863002: Remove usage of HostZoomMap from c/b/loader via ReadyToCommitNavigation (Closed)
Patch Set: try separate mojom for Associated, crashes on registration Created 4 years, 3 months 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/render_frame_host_impl.cc
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
index bcfd886f3c2bc284e01c379adaaf6c68577f4916..f9505fac9e3e6d44951f130f3a962476cc4879e8 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -309,6 +309,9 @@ RenderFrameHostImpl::RenderFrameHostImpl(SiteInstance* site_instance,
static_cast<InputRouterImpl*>(render_widget_host_->input_router());
ir->SetFrameTreeNodeId(frame_tree_node_->frame_tree_node_id());
}
+
+ host_zoom_map_host_.reset(
+ new HostZoomMapHost(delegate_->GetAsWebContents(), this));
}
RenderFrameHostImpl::~RenderFrameHostImpl() {

Powered by Google App Engine
This is Rietveld 408576698