| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 45dd79cc53a77e76fd3b0a3e27aed860f05a1013..9ac7bb55f797c0f29ae58450d6c9ada600211b46 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -253,11 +253,6 @@ const char kDebugPackedApps[] = "debug-packed-apps";
|
| // Enables support to debug printing subsystem.
|
| const char kDebugPrint[] = "debug-print";
|
|
|
| -// Specifies the URL at which to fetch configuration policy from the device
|
| -// management backend. Specifying this switch turns on managed policy from the
|
| -// device management backend.
|
| -const char kDeviceManagementUrl[] = "device-management-url";
|
| -
|
| // Triggers a plethora of diagnostic modes.
|
| const char kDiagnostics[] = "diagnostics";
|
|
|
|
|