summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/dbus/dbus_thread_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chromeos/dbus/dbus_thread_manager.h')
-rw-r--r--chrome/browser/chromeos/dbus/dbus_thread_manager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/dbus/dbus_thread_manager.h b/chrome/browser/chromeos/dbus/dbus_thread_manager.h
index 515d9fe..5a391e8 100644
--- a/chrome/browser/chromeos/dbus/dbus_thread_manager.h
+++ b/chrome/browser/chromeos/dbus/dbus_thread_manager.h
@@ -28,6 +28,7 @@ class BluetoothNodeClient;
class CashewClient;
class CrosDisksClient;
class CryptohomeClient;
+class FlimflamNetworkClient;
class ImageBurnerClient;
class IntrospectableClient;
class PowerManagerClient;
@@ -115,6 +116,11 @@ class DBusThreadManager {
// down.
virtual CryptohomeClient* GetCryptohomeClient() = 0;
+ // Returns the Flimflam Network client, owned by DBusThreadManager.
+ // Do not cache this pointer and use it after DBusThreadManager is shut
+ // down.
+ virtual FlimflamNetworkClient* GetFlimflamNetworkClient() = 0;
+
// Returns the image burner client, owned by DBusThreadManager.
// Do not cache this pointer and use it after DBusThreadManger is shut
// down.