| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index c6e285bdaa6d9cc18121f078edf169d55d7afab4..09149cfca5c29e7fe52cbff3d0dc3e3605e9033d 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -304,6 +304,10 @@ const char kEnableVideoPlayerChromecastSupport[] =
|
| // Enables the VoiceInteraction support.
|
| const char kEnableVoiceInteraction[] = "enable-voice-interaction";
|
|
|
| +// Enables zip archiver.
|
| +const char kEnableZipArchiverOnFileManager[] =
|
| + "enable-zip-archiver-on-file-manager";
|
| +
|
| // Disables ARC for managed accounts.
|
| const char kEnterpriseDisableArc[] = "enterprise-disable-arc";
|
|
|
|
|