Index: chromeos/dbus/audio_node.h |
diff --git a/chromeos/dbus/audio_node.h b/chromeos/dbus/audio_node.h |
index f25c2ed37278421d9b2c627f587924344fb1d411..fd4b231a1251ff18313262d21157c42479bc8d90 100644 |
--- a/chromeos/dbus/audio_node.h |
+++ b/chromeos/dbus/audio_node.h |
@@ -25,6 +25,13 @@ struct CHROMEOS_EXPORT AudioNode { |
uint64 plugged_time; |
AudioNode(); |
+ AudioNode(bool is_input, |
+ uint64 id, |
+ std::string device_name, |
+ std::string type, |
+ std::string name, |
+ bool active, |
+ uint64 plugged_time); |
std::string ToString() const; |
}; |