Chromium Code Reviews| Index: chromeos/chromeos_switches.cc |
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc |
| index ccfb26ce86f572f314f5d0b880a9d4c19d15c93b..06587ecc3c5d5ca508de4d2096021da96359ff8a 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"; |
| +// Shows the selecting checkboxes in the Files.app. |
|
mtomasz
2014/01/23 08:05:09
The comment is wrong.
yoshiki
2014/01/24 15:34:19
Done.
|
| +const char kFileManagerEnableNewAudioPlayer[] = |
| + "file-manager-enable-new-audio-player"; |
|
mtomasz
2014/01/23 08:05:09
In JS it is just --new-audio-player. Please choose
yoshiki
2014/01/24 15:34:19
Done.
|
| + |
| // Enables the webstore integration feature in the Files.app. |
| const char kFileManagerEnableWebstoreIntegration[] = |
| "file-manager-enable-webstore-integration"; |