| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 48caceecf7371c867637db24d1f2a3161a965082..9e04b6d029ac2fff1d0efbd8bf8e06a6dfdd7818 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -54,11 +54,6 @@
|
| // in testing where we do want to go through the permission flow even in dev
|
| // mode. This can be enabled by this flag.
|
| const char kAllowRAInDevMode[] = "allow-ra-in-dev-mode";
|
| -
|
| -// Specifies whether an app launched in kiosk mode was auto launched with zero
|
| -// delay. Used in order to properly restore auto-launched state during session
|
| -// restore flow.
|
| -const char kAppAutoLaunched[] = "app-auto-launched";
|
|
|
| // Path for app's OEM manifest file.
|
| const char kAppOemManifestFile[] = "app-mode-oem-manifest";
|
|
|