Index: third_party/zlib/google/zip_reader.h |
diff --git a/third_party/zlib/google/zip_reader.h b/third_party/zlib/google/zip_reader.h |
index cda9cf7e15baab362cfabffddf9f22fa6882b09c..9280f23029ed9f4ed395ed6a8819a95fa5d91445 100644 |
--- a/third_party/zlib/google/zip_reader.h |
+++ b/third_party/zlib/google/zip_reader.h |
@@ -102,8 +102,8 @@ class ZipReader { |
// success. |
bool Open(const base::FilePath& zip_file_path); |
- // Opens the zip file referred to by the platform file |zip_fd|. |
- // Returns true on success. |
+ // Opens the zip file referred to by the platform file |zip_fd|, without |
+ // taking ownership of |zip_fd|. Returns true on success. |
bool OpenFromPlatformFile(base::PlatformFile zip_fd); |
// Opens the zip data stored in |data|. This class uses a weak reference to |