| Index: content/browser/frame_host/navigation_handle_impl.cc
|
| diff --git a/content/browser/frame_host/navigation_handle_impl.cc b/content/browser/frame_host/navigation_handle_impl.cc
|
| index a5459d616a3ec8087786bbe6be27ca47b1aa541f..023437fd1684163b658536ce59dfb1bfa3acbd89 100644
|
| --- a/content/browser/frame_host/navigation_handle_impl.cc
|
| +++ b/content/browser/frame_host/navigation_handle_impl.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include <iterator>
|
|
|
| -#include "base/debug/dump_without_crashing.h"
|
| #include "base/logging.h"
|
| #include "content/browser/appcache/appcache_navigation_handle.h"
|
| #include "content/browser/appcache/appcache_service_impl.h"
|
| @@ -801,9 +800,6 @@ bool NavigationHandleImpl::MaybeTransferAndProceedInternal() {
|
| if (!render_frame_host_->is_active()) {
|
| // This will cause the deletion of this NavigationHandle and the
|
| // cancellation of the navigation.
|
| - // TODO(clamy): Remove the logging code once we understand better how we can
|
| - // get there.
|
| - base::debug::DumpWithoutCrashing();
|
| render_frame_host_->SetNavigationHandle(nullptr);
|
| return false;
|
| }
|
|
|