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

Unified Diff: chromeos/audio/audio_device.h

Issue 1186293003: Implement HasInputDevices in CrasAudioManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
Index: chromeos/audio/audio_device.h
diff --git a/chromeos/audio/audio_device.h b/chromeos/audio/audio_device.h
index 67dca1cf338a04335be31cd510619681ef4ac0f4..072ff5dc20f940e22761ba0c6de0e42e70c91591 100644
--- a/chromeos/audio/audio_device.h
+++ b/chromeos/audio/audio_device.h
@@ -42,6 +42,7 @@ struct CHROMEOS_EXPORT AudioDevice {
static chromeos::AudioDeviceType GetAudioType(const std::string& node_type);
bool is_input;
+ bool is_for_simple_usage;
DaleCurtis 2015/06/16 16:40:51 Needs a comment explaining what this means.
jennyz 2015/06/16 21:51:35 Yes, please add a comment to explain its meaning.
cychiang 2015/06/23 06:05:40 Done.
uint64 id;
std::string display_name;
std::string device_name;
« no previous file with comments | « chromeos/DEPS ('k') | chromeos/audio/audio_device.cc » ('j') | chromeos/audio/audio_device.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698