| 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 25f1e1dd42678fc17438528ec72583c05ed071d1..ad4d9019fc1a6c3a1682a9426e11fa991e96fd94 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -31,6 +31,7 @@
|
| #include "content/browser/frame_host/render_frame_proxy_host.h"
|
| #include "content/browser/frame_host/render_widget_host_view_child_frame.h"
|
| #include "content/browser/geolocation/geolocation_service_context.h"
|
| +#include "content/browser/loader/resource_dispatcher_host_impl.h"
|
| #include "content/browser/permissions/permission_service_context.h"
|
| #include "content/browser/permissions/permission_service_impl.h"
|
| #include "content/browser/presentation/presentation_service_impl.h"
|
| @@ -762,9 +763,7 @@ void RenderFrameHostImpl::SetRenderFrameCreated(bool created) {
|
| }
|
|
|
| void RenderFrameHostImpl::Init() {
|
| - // TODO(csharrison): Call GetProcess()->ResumeRequestsForFrame(routing_id_)
|
| - // once ResourceDispatcherHostImpl is keyed on render frame routing ids
|
| - // instead of render view routing ids.
|
| + GetProcess()->ResumeRequestsForFrame(routing_id_);
|
| }
|
|
|
| void RenderFrameHostImpl::OnAddMessageToConsole(
|
|
|