| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index ccfb26ce86f572f314f5d0b880a9d4c19d15c93b..a56708e32e80a72d497ffb25f05719e6d6be7df5 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -127,6 +127,10 @@ const char kEnterpriseEnrollmentSkipRobotAuth[] =
|
| // Shows the selecting checkboxes in the Files.app.
|
| const char kFileManagerShowCheckboxes[] = "file-manager-show-checkboxes";
|
|
|
| +// Enables the new audio player in the Files.app.
|
| +const char kFileManagerEnableNewAudioPlayer[] =
|
| + "file-manager-enable-new-audio-player";
|
| +
|
| // Enables the webstore integration feature in the Files.app.
|
| const char kFileManagerEnableWebstoreIntegration[] =
|
| "file-manager-enable-webstore-integration";
|
|
|