diff options
author | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-02 20:14:29 +0000 |
---|---|---|
committer | darin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-02 20:14:29 +0000 |
commit | b9e2ecab97a8a7f3cce06951ab92a3eaef559206 (patch) | |
tree | 2ca050d7bb2742e5bada2d1cb508ddd5c7cf8144 /chrome/browser/tab_contents | |
parent | c80950afb7ee003c3e069b80c3dd717a455ff685 (diff) | |
download | chromium_src-b9e2ecab97a8a7f3cce06951ab92a3eaef559206.zip chromium_src-b9e2ecab97a8a7f3cce06951ab92a3eaef559206.tar.gz chromium_src-b9e2ecab97a8a7f3cce06951ab92a3eaef559206.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/tab_contents')
-rw-r--r-- | chrome/browser/tab_contents/navigation_controller.cc | 4 |
1 files changed, 0 insertions, 4 deletions
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 |