| Index: content/browser/frame_host/navigation_request.cc
|
| diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc
|
| index 521b2883684522f04ef8d8007cd9b5a55a3402b0..d4bbe9ff702411d851fce2c0d515b2e68a51e281 100644
|
| --- a/content/browser/frame_host/navigation_request.cc
|
| +++ b/content/browser/frame_host/navigation_request.cc
|
| @@ -406,8 +406,6 @@ void NavigationRequest::BeginNavigation() {
|
|
|
| CreateNavigationHandle();
|
|
|
| - RenderFrameDevToolsAgentHost::OnBeforeNavigation(navigation_handle_.get());
|
| -
|
| if (ShouldMakeNetworkRequestForURL(common_params_.url) &&
|
| !navigation_handle_->IsSameDocument()) {
|
| // It's safe to use base::Unretained because this NavigationRequest owns
|
|
|