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

Unified Diff: chromeos/dbus/dbus_client_implementation_type.h

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/dbus/dbus_client_bundle_unittest.cc ('k') | chromeos/dbus/dbus_client_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus_client_implementation_type.h
diff --git a/chromeos/dbus/dbus_client_implementation_type.h b/chromeos/dbus/dbus_client_implementation_type.h
new file mode 100644
index 0000000000000000000000000000000000000000..2d651d5601677c86483b35bcb76513cb4cd78450
--- /dev/null
+++ b/chromeos/dbus/dbus_client_implementation_type.h
@@ -0,0 +1,18 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CHROMEOS_DBUS_DBUS_CLIENT_IMPLEMENTATION_TYPE_H_
+#define CHROMEOS_DBUS_DBUS_CLIENT_IMPLEMENTATION_TYPE_H_
+
+namespace chromeos {
+
+// An enum to describe the desired type of D-Bus client implemenation.
+enum DBusClientImplementationType {
+ REAL_DBUS_CLIENT_IMPLEMENTATION,
+ FAKE_DBUS_CLIENT_IMPLEMENTATION,
+};
+
+} // namespace chromeos
+
+#endif // CHROMEOS_DBUS_DBUS_CLIENT_IMPLEMENTATION_TYPE_H_
« no previous file with comments | « chromeos/dbus/dbus_client_bundle_unittest.cc ('k') | chromeos/dbus/dbus_client_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698