Fix a disabled download test
This is a reland of the previous CL. The previous CL was reverted as there are still some other info bars showing up and messing with the duplicate info bar. So this reland just searches for the duplicate infobar, rather than waiting for 1 info bar to appear. There are several issues with this download test: 1. The new download progress info bar will mess up with the duplicate infobar when trying to find the latter. 2. Download update may never go through DownloadManagerService in download's new code paths 3. Only 1 duplicate infobar will show at a time, so the AllowMultipleInfoBars test is no longer valid This CL fixes the above 3 issues. BUG=1128665,597230 Change-Id: I3e3dcc818e9ae6ed2a4b1218bc1f7a38bddd94b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412989 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#808565}
Showing
Please register or sign in to comment