summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/tab_contents/navigation_controller.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/tab_contents/navigation_controller.cc b/chrome/browser/tab_contents/navigation_controller.cc
index 819bf6e..b54c394 100644
--- a/chrome/browser/tab_contents/navigation_controller.cc
+++ b/chrome/browser/tab_contents/navigation_controller.cc
@@ -639,12 +639,6 @@ NavigationType::Type NavigationController::ClassifyNavigation(
tab_contents_->GetSiteInstance(),
params.page_id);
if (existing_entry_index == -1) {
- // TODO(twiz) Top-level, out-of-browser navigations from ActiveX instances
- // of Chrome Frame can trigger this behaviour: The page_id is less than
- // GetMaxPageID, yet no entry index is registered. See BUG 55138.
- if (PageTransition::IsMainFrame(params.transition))
- return NavigationType::NEW_PAGE;
-
// The page was not found. It could have been pruned because of the limit on
// back/forward entries (not likely since we'll usually tell it to navigate
// to such entries). It could also mean that the renderer is smoking crack.