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

Unified Diff: chromeos/dbus/dbus_client_implementation_type.h

Issue 2319783002: mash: Allow a subset of D-Bus clients to be created in DBusThreadManager (Closed)
Patch Set: WIP, add DBusThreadManagerAsh and DBusThreadManagerChrome 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_thread_manager.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
index 45fb4921f647b775a3e52b0dd42f825791dbafb8..74f463ff5aebb45828ffceda3257609be88ab001 100644
--- a/chromeos/dbus/dbus_client_implementation_type.h
+++ b/chromeos/dbus/dbus_client_implementation_type.h
@@ -10,7 +10,7 @@ namespace chromeos {
// An enum to describe the desired type of D-Bus client implemenation.
enum DBusClientImplementationType {
REAL_DBUS_CLIENT_IMPLEMENTATION, // The real implementation.
- STUB_DBUS_CLIENT_IMPLEMENTATION, // A stub implementation.
+ FAKE_DBUS_CLIENT_IMPLEMENTATION, // A fake implementation.
};
} // namespace chromeos
« no previous file with comments | « chromeos/dbus/dbus_client_bundle_unittest.cc ('k') | chromeos/dbus/dbus_thread_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698