 Chromium Code Reviews
 Chromium Code Reviews Issue 
            16007017:
    [Resumption 10/12] Use DI::IsDone to check for terminal downloads.  (Closed)
    
  
    Issue 
            16007017:
    [Resumption 10/12] Use DI::IsDone to check for terminal downloads.  (Closed) 
  | DescriptionUse DownloadItem::IsDone to check for terminal downloads.
When downloads can be resumed, a download transitioning to INTERRUPTED
state is not necessarily entering a terminal state. Therefore, a
download being in IN_PROGRESS state is not a sufficient indicator of
whether a download may eventually complete. Use DownloadItem::IsDone()
to indicate this.
TBR=estade
BUG=7648
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=204526
   Patch Set 1 : #
      Total comments: 4
      
     Patch Set 2 : IsDone instead of IsPartialDownload #Patch Set 3 : Merge with r204343 #Messages
    Total messages: 10 (0 generated)
     |