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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2350543002: chromeos; Remove unused switch --dbus-unstub-clients / --dbus-real-clients (Closed)
Patch Set: rebase again Created 4 years, 3 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') | chromeos/dbus/cros_disks_client.h » ('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 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).
« no previous file with comments | « chromeos/chromeos_switches.h ('k') | chromeos/dbus/cros_disks_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698