| Index: chromeos/dbus/dbus_thread_manager.h
|
| diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
|
| index f190f66b7204b90cb5bb082b2a7b44c7e703c443..a66e90496b11d424814beaea07015d02501e3f7b 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
|
|
|