| Index: chromeos/dbus/audio_node.h
|
| diff --git a/chromeos/dbus/audio_node.h b/chromeos/dbus/audio_node.h
|
| index ea48c00db5e244e667bbf0b19dbba334bfcf99d5..ae317b7e8d5e8e86d4ab6e7fb2883d69c579bb17 100644
|
| --- a/chromeos/dbus/audio_node.h
|
| +++ b/chromeos/dbus/audio_node.h
|
| @@ -17,6 +17,7 @@ namespace chromeos {
|
| struct CHROMEOS_EXPORT AudioNode {
|
| bool is_input;
|
| uint64 id;
|
| + uint64 stable_device_id;
|
| std::string device_name;
|
| std::string type;
|
| std::string name;
|
| @@ -28,6 +29,7 @@ struct CHROMEOS_EXPORT AudioNode {
|
| AudioNode();
|
| AudioNode(bool is_input,
|
| uint64 id,
|
| + uint64 stable_device_id,
|
| std::string device_name,
|
| std::string type,
|
| std::string name,
|
|
|