| Index: chromeos/dbus/audio_node.h
|
| diff --git a/chromeos/dbus/audio_node.h b/chromeos/dbus/audio_node.h
|
| index 5bc9fcf203b47aa230eb62f6994494b7dddeb13e..68e21092a3e6ebe1933a0e1874baaa7336260adb 100644
|
| --- a/chromeos/dbus/audio_node.h
|
| +++ b/chromeos/dbus/audio_node.h
|
| @@ -18,6 +18,7 @@ namespace chromeos {
|
| struct CHROMEOS_EXPORT AudioNode {
|
| bool is_input;
|
| uint64_t id;
|
| + uint64_t stable_device_id;
|
| std::string device_name;
|
| std::string type;
|
| std::string name;
|
| @@ -29,6 +30,7 @@ struct CHROMEOS_EXPORT AudioNode {
|
| AudioNode();
|
| AudioNode(bool is_input,
|
| uint64_t id,
|
| + uint64_t stable_device_id,
|
| std::string device_name,
|
| std::string type,
|
| std::string name,
|
|
|