| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 1c2a4e653b772ba9dd372903af40434dc1cb50d4..63434857b6266c2deba33926f3e2476c8eff8a88 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -103,6 +103,10 @@ const char kEnterpriseEnrollmentSkipRobotAuth[] =
|
| const char kFileManagerEnableNewAudioPlayer[] =
|
| "file-manager-enable-new-audio-player";
|
|
|
| +// Enables the new gallery in the Files.app.
|
| +const char kFileManagerEnableNewGallery[] =
|
| + "file-manager-enable-new-gallery";
|
| +
|
| // Passed to Chrome the first time that it's run after the system boots.
|
| // Not passed on restart after sign out.
|
| const char kFirstExecAfterBoot[] = "first-exec-after-boot";
|
|
|