| Index: chromeos/dbus/dbus_thread_manager.h
|
| diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
|
| index 8ae4fab99929e0e82d5ea1dc1eb4abdc64eab2c6..94509dcf40b7d2b0edc10726dab5f9583677b57f 100644
|
| --- a/chromeos/dbus/dbus_thread_manager.h
|
| +++ b/chromeos/dbus/dbus_thread_manager.h
|
| @@ -55,6 +55,7 @@ class ShillIPConfigClient;
|
| class ShillManagerClient;
|
| class ShillProfileClient;
|
| class ShillServiceClient;
|
| +class SystemClockClient;
|
| class UpdateEngineClient;
|
|
|
| // DBusThreadManager manages the D-Bus thread, the thread dedicated to
|
| @@ -149,6 +150,7 @@ class CHROMEOS_EXPORT DBusThreadManager {
|
| virtual ShillProfileClient* GetShillProfileClient() = 0;
|
| virtual ShillServiceClient* GetShillServiceClient() = 0;
|
| virtual SMSClient* GetSMSClient() = 0;
|
| + virtual SystemClockClient* GetSystemClockClient() = 0;
|
| virtual UpdateEngineClient* GetUpdateEngineClient() = 0;
|
|
|
| // Removes the ibus engine services for |object_path|.
|
|
|