The |state_| is actualy CANCELLED_INTERNAL when running SBNavigationObserverBrowserTest.DownloadViaHTML5FileApiWithUserGesture |
|||
Issue description
When running
SBNavigationObserverBrowserTest.DownloadViaHTML5FileApiWithUserGesture
SBNavigationObserverBrowserTest.DownloadViaHTML5FileApiWithoutUserGesture
browser tests using "--enable-features=NetworkService" flag, they fail at:
DCHECK(state_ == TARGET_PENDING_INTERNAL ||
state_ == INTERRUPTED_TARGET_PENDING_INTERNAL);
at DownloadItemImpl::OnDownloadTargetDetermined() in download_item_impl.cc, the |state_| is actualy CANCELLED_INTERNAL.
,
Nov 7 2017
Apologies, applied the wrong component in bulk.
,
Nov 10 2017
fix in https://chromium-review.googlesource.com/c/chromium/src/+/763874 |
|||
►
Sign in to add a comment |
|||
Comment 1 by laforge@google.com
, Nov 7 2017