Index: net/url_request/url_request_file_dir_job.h |
diff --git a/net/url_request/url_request_file_dir_job.h b/net/url_request/url_request_file_dir_job.h |
index 85209ad26b77de44cf83aca9a0728c6328b99285..458faac58e84ac713b427e7d754037031e5d3ff2 100644 |
--- a/net/url_request/url_request_file_dir_job.h |
+++ b/net/url_request/url_request_file_dir_job.h |
@@ -42,7 +42,8 @@ class NET_EXPORT_PRIVATE URLRequestFileDirJob |
~URLRequestFileDirJob() override; |
private: |
- void CloseLister(); |
+ // Called after the target directory path is resolved to an absolute path. |
+ void DidMakeAbsolutePath(const base::FilePath& absolute_path); |
// When we have data and a read has been pending, this function |
// will fill the response buffer and notify the request |