Chromium Code Reviews| Index: chromeos/chromeos_switches.cc |
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
| index ccfb26ce86f572f314f5d0b880a9d4c19d15c93b..0cd149ae70e58d0751a094a55ebf94546d5d8072 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[] = |
| + "enable-new-audio-player"; |
|
mtomasz
2014/01/27 01:09:24
All of the flags follow the pattern, that the cons
yoshiki
2014/01/27 07:12:08
Done.
|
| + |
| // Enables the webstore integration feature in the Files.app. |
| const char kFileManagerEnableWebstoreIntegration[] = |
| "file-manager-enable-webstore-integration"; |