Fix captive portal window on sign-in screen
commitcc020093fcc054ebcae83e6fb221e2d972bd8dc5
authorbartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 29 Apr 2014 08:53:47 +0000 (29 08:53 +0000)
committerbartfab@chromium.org <bartfab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 29 Apr 2014 08:53:47 +0000 (29 08:53 +0000)
tree5413b17719eef767b22aeda4c091781e214692d3
parent3110ff9d4aeb212317f9e88eab25a4410b9b8bc8
Fix captive portal window on sign-in screen

The captive portal window was being blocked by the GAIA auth extensions's
background script because the script could not tell it from the GAIA login
frame. This CL ensures that the login UI has a unique tab ID, making it
distinguishable from the captive portal window.

BUG=367713
TEST=Manual; updated tests forthcoming in bug 367731

Review URL: https://codereview.chromium.org/259663006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266788 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/chromeos/login/webui_login_view.cc