| Index: chromeos/chromeos_switches.cc
|
| diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
|
| index 0c48063cded4426a2846d887317e36d833046521..cfe7113c68e8d79fa40ee8d6fc753f653c65ec39 100644
|
| --- a/chromeos/chromeos_switches.cc
|
| +++ b/chromeos/chromeos_switches.cc
|
| @@ -101,15 +101,6 @@ const char kDataSaverPromptDemoMode[] = "demo";
|
| // Forces the stub implementation of dbus clients.
|
| const char kDbusStub[] = "dbus-stub";
|
|
|
| -// Comma-separated list of dbus clients that use real implementations, even
|
| -// when running on Linux desktop, for example "bluetooth,shill". See
|
| -// chromeos/dbus/dbus_client_types.cc for names.
|
| -const char kDbusRealClients[] = "dbus-real-clients";
|
| -
|
| -// DEPRECATED: Use --dbus-real-clients above.
|
| -// TODO(jamescook): Delete this code after M56 branches.
|
| -const char kDbusUnstubClients[] = "dbus-unstub-clients";
|
| -
|
| // Indicates that the wallpaper images specified by
|
| // kAshDefaultWallpaper{Large,Small} are OEM-specific (i.e. they are not
|
| // downloadable from Google).
|
|
|