From b9e2ecab97a8a7f3cce06951ab92a3eaef559206 Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 2 Oct 2009 20:14:29 +0000 Subject: Do not discount a MANUAL_SUBFRAME load just because it involved some redirects. R=brettw BUG=21353 TEST=none Review URL: http://codereview.chromium.org/246073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27887 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/tab_contents/navigation_controller.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chrome/browser/tab_contents') diff --git a/chrome/browser/tab_contents/navigation_controller.cc b/chrome/browser/tab_contents/navigation_controller.cc index fddf3de..a1fa599 100644 --- a/chrome/browser/tab_contents/navigation_controller.cc +++ b/chrome/browser/tab_contents/navigation_controller.cc @@ -711,10 +711,6 @@ void NavigationController::RendererDidNavigateNewSubframe( // This is not user-initiated. Ignore. return; } - if (IsRedirect(params)) { - // This is redirect. Ignore. - return; - } // Manual subframe navigations just get the current entry cloned so the user // can go back or forward to it. The actual subframe information will be -- cgit v1.1