| Index: chromeos/audio/audio_device.h
|
| diff --git a/chromeos/audio/audio_device.h b/chromeos/audio/audio_device.h
|
| index 6fb92c23ba6f08f29dd927c5d8d381856f0c43fc..90fabcf68508a0d52a32a258acafcfb80ba3eea4 100644
|
| --- a/chromeos/audio/audio_device.h
|
| +++ b/chromeos/audio/audio_device.h
|
| @@ -63,6 +63,8 @@ struct CHROMEOS_EXPORT AudioDevice {
|
| type == AUDIO_TYPE_LINEOUT);
|
| }
|
|
|
| + bool IsExternalDevice() const;
|
| +
|
| bool is_input = false;
|
|
|
| // Id of this audio device. The legacy |id| is assigned to be unique everytime
|
|
|