New issue
Advanced search Search tips

Issue 779197 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Nov 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 2
Type: Bug
Proj-Servicification

Blocking:
issue 769401



Sign in to add a comment

The |state_| is actualy CANCELLED_INTERNAL when running SBNavigationObserverBrowserTest.DownloadViaHTML5FileApiWithUserGesture

Project Member Reported by juncai@chromium.org, Oct 27 2017

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.


 

Comment 1 by laforge@google.com, Nov 7 2017

Components: Internals>Network>Service

Comment 2 by laforge@google.com, Nov 7 2017

Components: -Internals>Network>Service Internals>Services>Network
Apologies, applied the wrong component in bulk.

Comment 3 by jam@chromium.org, Nov 10 2017

Status: Fixed (was: Available)
fix in https://chromium-review.googlesource.com/c/chromium/src/+/763874

Sign in to add a comment