Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: ui/file_manager/zip_archiver/cpp/request.h

Issue 2807063002: Replace Libarchive with MiniZip. (Closed)
Patch Set: Fix a few nits. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/module.cc ('k') | ui/file_manager/zip_archiver/cpp/request.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/zip_archiver/cpp/request.h
diff --git a/ui/file_manager/zip_archiver/cpp/request.h b/ui/file_manager/zip_archiver/cpp/request.h
index 197866c8c895f53d5db1d08f63cd559e0ded18e5..ef06a15473c347744e5336111056f6d3f320b39c 100644
--- a/ui/file_manager/zip_archiver/cpp/request.h
+++ b/ui/file_manager/zip_archiver/cpp/request.h
@@ -140,6 +140,7 @@ pp::VarDictionary CreateReadFileChunkRequest(int compressor_id,
pp::VarDictionary CreateWriteChunkRequest(int compressor_id,
const pp::VarArrayBuffer& array_buffer,
+ int64_t offset,
int64_t length);
pp::VarDictionary CreateAddToArchiveDoneResponse(int compressor_id);
« no previous file with comments | « ui/file_manager/zip_archiver/cpp/module.cc ('k') | ui/file_manager/zip_archiver/cpp/request.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698