| 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 515d9fe0dc43fd7d40ec5fd83c97e639dfe98bb2..1ac8b36896be3762edfd8903744ca28beaeff3cf 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 ImageBurnerClient;
|
| class IntrospectableClient;
|
| class PowerManagerClient;
|
| @@ -115,6 +116,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 image burner client, owned by DBusThreadManager.
|
| // Do not cache this pointer and use it after DBusThreadManger is shut
|
| // down.
|
|
|