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

Unified Diff: chromeos/chromeos_switches.cc

Issue 2338063002: chromeos: Refactor D-Bus client type enum and stub vs. fake naming (Closed)
Patch Set: review comments 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 8378fe5b51e60707c6a10cb35bf18ccdc4430a52..0c48063cded4426a2846d887317e36d833046521 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -101,8 +101,13 @@ const char kDataSaverPromptDemoMode[] = "demo";
// Forces the stub implementation of dbus clients.
const char kDbusStub[] = "dbus-stub";
-// Comma-spearated list of dbus clients that should be unstubbed.
-// See chromeos/dbus/dbus_client_bundle.cc for the names of the dbus clients.
+// 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
« 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