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

Unified Diff: chromeos/dbus/dbus_thread_manager.h

Issue 2475343002: Add UpstartClient (Closed)
Patch Set: Wait for D-BUS response Created 4 years, 1 month 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
Index: chromeos/dbus/dbus_thread_manager.h
diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
index cdc093006b17a6b4e7ea8f11ace0e84b2b02f54f..22f7220d1987e714457505f2d3c91f11fcee2295 100644
--- a/chromeos/dbus/dbus_thread_manager.h
+++ b/chromeos/dbus/dbus_thread_manager.h
@@ -51,6 +51,7 @@ class ShillServiceClient;
class ShillThirdPartyVpnDriverClient;
class SystemClockClient;
class UpdateEngineClient;
+class UpstartClient;
// DBusThreadManager manages the D-Bus thread, the thread dedicated to
// handling asynchronous D-Bus operations.
@@ -140,6 +141,7 @@ class CHROMEOS_EXPORT DBusThreadManager {
SMSClient* GetSMSClient();
SystemClockClient* GetSystemClockClient();
UpdateEngineClient* GetUpdateEngineClient();
+ UpstartClient* GetUpstartClient();
private:
friend class DBusThreadManagerSetter;

Powered by Google App Engine
This is Rietveld 408576698