| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 41a767e7da3fe91aac8fa5579ed60d5240b79bb7..6d0f596afbb11e44b0c83f1d76162ee3c3574aaa 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -2741,6 +2741,7 @@ void WebContentsImpl::OnDidStartLoading(bool to_different_document) {
|
| RenderFrameHostImpl* rfh =
|
| static_cast<RenderFrameHostImpl*>(render_frame_message_source_);
|
| int64 render_frame_id = rfh->frame_tree_node()->frame_tree_node_id();
|
| + DLOG(INFO) << "WCI::OnDidStartLoading for " << rfh->GetSiteInstance()->GetSiteURL();
|
|
|
| // Any main frame load to a new document should reset the load progress, since
|
| // it will replace the current page and any frames.
|
|
|