| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 9ad4adeb5260882263c7d84ad3dca403d5f1f670..ddfe3114c89588fbf163c990c06092f78eeb8a34 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -134,6 +134,9 @@ const char kEnableConsumerManagement[] = "enable-consumer-management";
|
| // Enables details panel in Files app.
|
| const char kEnableFilesDetailsPanel[] = "enable-files-details-panel";
|
|
|
| +// Enables notification when device is in end of life status.
|
| +const char kEnableEolNotification[] = "enable-eol-notification";
|
| +
|
| // If this switch is set, the device cannot be remotely disabled by its owner.
|
| const char kDisableDeviceDisabling[] = "disable-device-disabling";
|
|
|
|
|