Implement poor man's redirect handling in ChromeFrame for browsers which don't implement
the NPAPI redirect notification spec. We compare the URL received in the NewStream notification with the requested URL and if they differ we cancel the current request and inform Chrome that this was a redirect. The sideeffect would be that there would be two GET requests sent out. BUG=69419 TEST=none. Review URL: http://codereview.chromium.org/6381005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72029 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment