Index: chromeos/chromeos_switches.cc |
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
index 76649858cf905d9970f13625eda80ace0a4057ca..c6b3a5af079ac87cbb70396f3014fb93b945d1bc 100644 |
--- a/chromeos/chromeos_switches.cc |
+++ b/chromeos/chromeos_switches.cc |
@@ -56,6 +56,9 @@ const char kDisableNewChannelSwitcherUI[] = "disable-new-channel-switcher-ui"; |
// Disables new Kiosk UI when kiosk apps are represented as user pods. |
const char kDisableNewKioskUI[] = "disable-new-kiosk-ui"; |
+// Disables the new File System Provider API based ZIP unpacker. |
+const char kDisableNewZIPUnpacker[] = "disable-new-zip-unpacker"; |
+ |
// Disable Office Editing for Docs, Sheets & Slides component app so handlers |
// won't be registered, making it possible to install another version for |
// testing. |