Bug 163588 - NetworkSession: updatedRequest parameter of NetworkProcess::findPendingDownloadLocation is unused since r206988
Summary: NetworkSession: updatedRequest parameter of NetworkProcess::findPendingDownlo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 163597
  Show dependency treegraph
 
Reported: 2016-10-18 00:23 PDT by Carlos Garcia Campos
Modified: 2016-10-19 01:02 PDT (History)
1 user (show)

See Also:


Attachments
Patch (6.04 KB, patch)
2016-10-18 00:28 PDT, Carlos Garcia Campos
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2016-10-18 00:23:48 PDT
The parameter was used only for the DownloadProxy::DidStart message that is no longer sent from findPendingDownloadLocation since r206988.
Comment 1 Carlos Garcia Campos 2016-10-18 00:28:14 PDT
Created attachment 291928 [details]
Patch
Comment 2 Carlos Garcia Campos 2016-10-19 01:02:18 PDT
Committed r207530: <http://trac.webkit.org/changeset/207530>