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

Unified Diff: chromeos/dbus/dbus_thread_manager.h

Issue 2646793003: cros: Add biod interfaces to dbus thread manager. (Closed)
Patch Set: Change to const. Created 3 years, 8 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_clients_common.cc ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus_thread_manager.h
diff --git a/chromeos/dbus/dbus_thread_manager.h b/chromeos/dbus/dbus_thread_manager.h
index e8b1287229ad00250b4ac81ee44c63cef493c16a..51700684e6813bb584dc542d039046c46f0d81a1 100644
--- a/chromeos/dbus/dbus_thread_manager.h
+++ b/chromeos/dbus/dbus_thread_manager.h
@@ -26,6 +26,7 @@ namespace chromeos {
// Style Note: Clients are sorted by names.
class ArcObbMounterClient;
class AuthPolicyClient;
+class BiodClient;
class CrasAudioClient;
class CrosDisksClient;
class CryptohomeClient;
@@ -120,6 +121,7 @@ class CHROMEOS_EXPORT DBusThreadManager {
// http://crbug.com/647367
ArcObbMounterClient* GetArcObbMounterClient();
AuthPolicyClient* GetAuthPolicyClient();
+ BiodClient* GetBiodClient();
CrasAudioClient* GetCrasAudioClient();
CrosDisksClient* GetCrosDisksClient();
CryptohomeClient* GetCryptohomeClient();
@@ -176,6 +178,7 @@ class CHROMEOS_EXPORT DBusThreadManagerSetter {
public:
~DBusThreadManagerSetter();
+ void SetBiodClient(std::unique_ptr<BiodClient> client);
void SetCrasAudioClient(std::unique_ptr<CrasAudioClient> client);
void SetCrosDisksClient(std::unique_ptr<CrosDisksClient> client);
void SetCryptohomeClient(std::unique_ptr<CryptohomeClient> client);
« no previous file with comments | « chromeos/dbus/dbus_clients_common.cc ('k') | chromeos/dbus/dbus_thread_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698