Chromium Code Reviews| 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; |