| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 2c74ae074f8b2f87bee7d16527bdef48864251ce..a72fe581f081db812ff8203e3a013ebcb37a2843 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -83,6 +83,9 @@ const char kDisableCloudImport[] = "disable-cloud-import";
|
| // Disables the ChromeOS demo.
|
| const char kDisableDemoMode[] = "disable-demo-mode";
|
|
|
| +// Disable quick view in Files app.
|
| +const char kDisableFilesQuickView[] = "disable-files-quick-view";
|
| +
|
| // Disable HID-detection OOBE screen.
|
| const char kDisableHIDDetectionOnOOBE[] = "disable-hid-detection-on-oobe";
|
|
|
|
|