Skip to content

Commit

Permalink
Extract: Enable password unpack for ZIPs
Browse files Browse the repository at this point in the history
Bug: 953256
Change-Id: I0dfb9d3949ad5d22d1bacb6018e47e219a2c10db
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3685550
Reviewed-by: François Degros <fdegros@chromium.org>
Commit-Queue: Alex Danilo <adanilo@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1010448}
NOKEYCHECK=True
GitOrigin-RevId: 551209eed2159a9d37cc74a3b1c78ca04f3eb6ff
  • Loading branch information
Alex Danilo authored and copybara-github committed Jun 3, 2022
1 parent 00ea93e commit 32722e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions closure_compiler/externs/file_manager_private.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ chrome.fileManagerPrivate.IOTaskState = {
IN_PROGRESS: 'in_progress',
SUCCESS: 'success',
ERROR: 'error',
NEED_PASSWORD: 'need_password',
CANCELLED: 'cancelled',
};

Expand Down Expand Up @@ -684,6 +685,7 @@ chrome.fileManagerPrivate.GetVolumeRootOptions;
/**
* @typedef {{
* destinationFolder: (DirectoryEntry|undefined),
* password: (string|undefined),
* }}
*/
chrome.fileManagerPrivate.IOTaskParams;
Expand Down

0 comments on commit 32722e4

Please sign in to comment.