Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(645)

Unified Diff: chromeos/chromeos_switches.cc

Issue 2060623002: Implementation of Device End of Life Notification (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify browsertest Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 8334b54a3b90f11721edca2a38c2e6fad2868083..f4cdda1c6bfccdec7fbd2ec40270b9029ee60e2d 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";

Powered by Google App Engine
This is Rietveld 408576698