diff options
Diffstat (limited to 'chromeos/dbus/dbus_thread_manager.h')
-rw-r--r-- | chromeos/dbus/dbus_thread_manager.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h index f190f66..a66e904 100644 --- a/chromeos/dbus/dbus_thread_manager.h +++ b/chromeos/dbus/dbus_thread_manager.h @@ -88,8 +88,9 @@ class CHROMEOS_EXPORT DBusThreadManager { // making it a Singleton, to ensure clean startup and shutdown. static void Initialize(); - // Returns DBusThreadManagerSetter instance that allows tests to - // replace individual dbus clients with their own implementations. + // Returns a DBusThreadManagerSetter instance that allows tests to + // replace individual D-Bus clients with their own implementations. + // Also initializes the main DBusThreadManager for testing if necessary. static scoped_ptr<DBusThreadManagerSetter> GetSetterForTesting(); // Returns true if DBusThreadManager has been initialized. Call this to |