The password manager infobar is suppressed when the one-click infobar is
supposed to show itself. However, in this case the problem was that the later was not showing. The problem is that the one-click infobar triggers on the http header "Google-Accounts-Signin", which it was looking in the headers of 302 redirect responses, but in some cases it can also appear in 200 responses. BUG=132849 TEST=Make sure that the one-click infobar is always shown in the right conditions. I'm not sure how to trigger a sign in without all the redirects. I was only able to repro this bug on on Windows XP machine. Review URL: https://chromiumcodereview.appspot.com/10827404 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152405 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment