Zip Archiver: Use two switches to toggle zip/unzip feature
As a result, we can enable/disable just zip or unzip feature
from Zip Archiver extension.
Bug: 359837
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation
Change-Id: I42488235d7523a55a66cedd376540070108c3ae0
Reviewed-on: https://chromium-review.googlesource.com/715300
Commit-Queue: Klemen Kozjek <[email protected]>
Reviewed-by: Naoki Fukino <[email protected]>
Reviewed-by: Yuki Awano <[email protected]>
Reviewed-by: Devlin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#509754}
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index c772030..1e32277a 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1486,8 +1486,11 @@
extern const char kEnableTabletSplitViewName[];
extern const char kEnableTabletSplitViewDescription[];
-extern const char kEnableZipArchiverOnFileManagerName[];
-extern const char kEnableZipArchiverOnFileManagerDescription[];
+extern const char kEnableZipArchiverPackerName[];
+extern const char kEnableZipArchiverPackerDescription[];
+
+extern const char kEnableZipArchiverUnpackerName[];
+extern const char kEnableZipArchiverUnpackerDescription[];
extern const char kEolNotificationName[];
extern const char kEolNotificationDescription[];