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

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

Issue 1567903002: [Test - Do Not Commit] Stop blocking requests for new windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge onto #371523 Created 4 years, 11 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 4759476e4d89231d134de32523cb463050ccf66a..a66f68cc66b2392d234a2473e4f630b7667d84b8 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -778,12 +778,6 @@ void RenderFrameHostImpl::SetRenderFrameCreated(bool created) {
render_widget_host_->InitForFrame();
}
-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.
-}
-
void RenderFrameHostImpl::OnAddMessageToConsole(
int32_t level,
const base::string16& message,
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.h ('k') | content/browser/renderer_host/render_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698