| Index: content/browser/renderer_host/render_view_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc
|
| index 463b5d1e0432dda6abf647fba21089dde042d18f..bdc5d4b1638bb3398ae13caeaf35c1c6ce97eaf9 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_view_host_impl.cc
|
| @@ -375,13 +375,6 @@ bool RenderViewHostImpl::CreateRenderView(
|
|
|
| GetProcess()->GetRendererInterface()->CreateView(std::move(params));
|
|
|
| - // If the RWHV has not yet been set, the surface ID namespace will get
|
| - // passed down by the call to SetView().
|
| - if (GetWidget()->GetView()) {
|
| - Send(new ViewMsg_SetFrameSinkId(GetRoutingID(),
|
| - GetWidget()->GetView()->GetFrameSinkId()));
|
| - }
|
| -
|
| // If it's enabled, tell the renderer to set up the Javascript bindings for
|
| // sending messages back to the browser.
|
| if (GetProcess()->IsForGuestsOnly())
|
|
|