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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2230533002: Delete dead consumer enrollment code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 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
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index 507b2c19a5f56200c5a835c1a125ba30f6bd2bb1..bccec7f0ff4d88abc0bb0a793dcf246829fb80b6 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -76,9 +76,6 @@ const char kChildWallpaperSmall[] = "child-wallpaper-small";
const char kConservativeThreshold[] = "conservative";
-// Specifies the URL of the consumer device management backend.
-const char kConsumerDeviceManagementUrl[] = "consumer-device-management-url";
-
// Forces CrOS region value.
const char kCrosRegion[] = "cros-region";
@@ -222,10 +219,6 @@ const char kEafeUrl[] = "eafe-url";
// Enables starting the ARC instance upon session start.
const char kEnableArc[] = "enable-arc";
-// Enables consumer management, which allows user to enroll, remotely lock and
-// locate the device.
-const char kEnableConsumerManagement[] = "enable-consumer-management";
-
// Enables Data Saver prompt on cellular networks.
const char kEnableDataSaverPrompt[] = "enable-datasaver-prompt";
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698