| Index: chromeos/dbus/dbus_client_bundle.h
|
| diff --git a/chromeos/dbus/dbus_client_bundle.h b/chromeos/dbus/dbus_client_bundle.h
|
| index 44f3f7b61ce06dc00081bae7d99741af9a296852..9d5d22d855db6b9aa40d11c11d9a8340c01faf86 100644
|
| --- a/chromeos/dbus/dbus_client_bundle.h
|
| +++ b/chromeos/dbus/dbus_client_bundle.h
|
| @@ -82,6 +82,9 @@ class CHROMEOS_EXPORT DBusClientBundle {
|
| DBusClientBundle();
|
| virtual ~DBusClientBundle();
|
|
|
| + // Initialize proper runtime environment for its dbus clients.
|
| + void SetupDefaultEnvironment();
|
| +
|
| // Parses command line param values for dbus subsystem that should be
|
| // un-stubbed.
|
| static DBusClientTypeMask ParseUnstubList(const std::string& unstub_list);
|
|
|