DescriptionFix DownloadPermissionRequest crash when host_ disappears
A DownloadPermissionRequest may outlive its |host_|. If
GetRequestingHostname is called after the |host_| is gone, it still
needs to return a valid URL. This CL creates a |request_url_| member
variable for DownloadPermissionRequest, so that the URL doesn't die when
|host_| dies.
BUG=461752
Committed: https://crrev.com/239d7338d41a731b66a53aa145711f2c5d8009b1
Cr-Commit-Position: refs/heads/master@{#324302}
Patch Set 1 #
Messages
Total messages: 12 (2 generated)
|