mirror of
https://github.com/electron/electron.git
synced 2026-01-11 00:18:02 -05:00
refactor: fix chromium-style in url_request_asar_job (#13284)
This commit is contained in:
committed by
Charles Kerr
parent
e177117fa5
commit
9e8f83e25c
@@ -32,6 +32,8 @@
|
||||
|
||||
namespace asar {
|
||||
|
||||
URLRequestAsarJob::FileMetaInfo::FileMetaInfo() = default;
|
||||
|
||||
URLRequestAsarJob::URLRequestAsarJob(net::URLRequest* request,
|
||||
net::NetworkDelegate* network_delegate)
|
||||
: net::URLRequestJob(request, network_delegate), weak_ptr_factory_(this) {}
|
||||
|
||||
@@ -87,6 +87,8 @@ class URLRequestAsarJob : public net::URLRequestJob {
|
||||
bool is_directory = false;
|
||||
// Path to the file.
|
||||
base::FilePath file_path;
|
||||
|
||||
FileMetaInfo();
|
||||
};
|
||||
|
||||
// Fetches file info on a background thread.
|
||||
|
||||
Reference in New Issue
Block a user