@@ -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.