Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Unified Diff: chromeos/dbus/audio_node.h

Issue 1320923005: Fill in mic_positions property. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/audio/audio_device.cc ('k') | chromeos/dbus/audio_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/audio_node.h
diff --git a/chromeos/dbus/audio_node.h b/chromeos/dbus/audio_node.h
index fd4b231a1251ff18313262d21157c42479bc8d90..ea48c00db5e244e667bbf0b19dbba334bfcf99d5 100644
--- a/chromeos/dbus/audio_node.h
+++ b/chromeos/dbus/audio_node.h
@@ -20,6 +20,7 @@ struct CHROMEOS_EXPORT AudioNode {
std::string device_name;
std::string type;
std::string name;
+ std::string mic_positions;
bool active;
// Time that the node was plugged in.
uint64 plugged_time;
@@ -32,6 +33,7 @@ struct CHROMEOS_EXPORT AudioNode {
std::string name,
bool active,
uint64 plugged_time);
+ ~AudioNode();
std::string ToString() const;
};
« no previous file with comments | « chromeos/audio/audio_device.cc ('k') | chromeos/dbus/audio_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698