Move GetsOrCreateAsarArchive to asar_util.h
This commit is contained in:
parent
64622ceae3
commit
3b3a025ed4
7 changed files with 66 additions and 25 deletions
|
@ -17,7 +17,7 @@ namespace asar {
|
|||
URLRequestAsarJob::URLRequestAsarJob(
|
||||
net::URLRequest* request,
|
||||
net::NetworkDelegate* network_delegate,
|
||||
Archive* archive,
|
||||
std::shared_ptr<Archive> archive,
|
||||
const base::FilePath& file_path,
|
||||
const scoped_refptr<base::TaskRunner>& file_task_runner)
|
||||
: net::URLRequestJob(request, network_delegate),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue