| Index: chrome/browser/chromeos/dbus/dbus_thread_manager.h
|
| diff --git a/chrome/browser/chromeos/dbus/dbus_thread_manager.h b/chrome/browser/chromeos/dbus/dbus_thread_manager.h
|
| index 5a391e8e427e29054b37c532c74d1cd0a8934585..37a9a523f1d9e1f427fddbb92017273fca51f96c 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 FlimflamIPConfigClient;
|
| class FlimflamNetworkClient;
|
| class ImageBurnerClient;
|
| class IntrospectableClient;
|
| @@ -116,6 +117,11 @@ class DBusThreadManager {
|
| // down.
|
| virtual CryptohomeClient* GetCryptohomeClient() = 0;
|
|
|
| + // Returns the Flimflam IPConfig client, owned by DBusThreadManager.
|
| + // Do not cache this pointer and use it after DBusThreadManager is shut
|
| + // down.
|
| + virtual FlimflamIPConfigClient* GetFlimflamIPConfigClient() = 0;
|
| +
|
| // Returns the Flimflam Network client, owned by DBusThreadManager.
|
| // Do not cache this pointer and use it after DBusThreadManager is shut
|
| // down.
|
|
|