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 de78df1b008a679665336147ce250c5ad9bf3a98..54becf9859d42d18809764f3facb6f7abe15df9f 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.cc |
+++ b/content/browser/frame_host/render_frame_host_impl.cc |
@@ -2596,6 +2596,12 @@ void RenderFrameHostImpl::SendNavigateMessage( |
const CommonNavigationParams& common_params, |
const StartNavigationParams& start_params, |
const RequestNavigationParams& request_params) { |
+ // DO NOT SUBMIT |
+ LOG(ERROR) << "RenderFrameHostImpl::SendNavigateMessage" |
+ << ": url=" << common_params.url |
+ << ": method=" << common_params.method |
+ << ": body=" << static_cast<bool>(start_params.post_data); |
+ |
RenderFrameDevToolsAgentHost::OnBeforeNavigation( |
frame_tree_node_->current_frame_host(), this); |
Send(new FrameMsg_Navigate( |