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

Unified Diff: chromeos/dbus/dbus_clients_common.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 | « no previous file | chromeos/dbus/dbus_clients_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/dbus_clients_common.h
diff --git a/chromeos/dbus/dbus_clients_common.h b/chromeos/dbus/dbus_clients_common.h
index a083faaf8773ea288e489f4946f207969c528a2f..761c48face79315a7527d93f9646c346f8efee48 100644
--- a/chromeos/dbus/dbus_clients_common.h
+++ b/chromeos/dbus/dbus_clients_common.h
@@ -16,6 +16,7 @@ class Bus;
namespace chromeos {
+class BiodClient;
class CrasAudioClient;
class CryptohomeClient;
class GsmSMSClient;
@@ -48,6 +49,7 @@ class CHROMEOS_EXPORT DBusClientsCommon {
friend class DBusThreadManager;
friend class DBusThreadManagerSetter;
+ std::unique_ptr<BiodClient> biod_client_;
std::unique_ptr<CrasAudioClient> cras_audio_client_;
std::unique_ptr<CryptohomeClient> cryptohome_client_;
std::unique_ptr<GsmSMSClient> gsm_sms_client_;
« no previous file with comments | « no previous file | chromeos/dbus/dbus_clients_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698