| Index: media/base/output_device_info.h
|
| diff --git a/media/base/output_device_info.h b/media/base/output_device_info.h
|
| index 9014672e74ab0daadeb20b81c5e8318e07c96915..9f90fed74f213f858fff0768140d81726a816266 100644
|
| --- a/media/base/output_device_info.h
|
| +++ b/media/base/output_device_info.h
|
| @@ -18,6 +18,7 @@ enum OutputDeviceStatus {
|
| OUTPUT_DEVICE_STATUS_OK = 0,
|
| OUTPUT_DEVICE_STATUS_ERROR_NOT_FOUND,
|
| OUTPUT_DEVICE_STATUS_ERROR_NOT_AUTHORIZED,
|
| + OUTPUT_DEVICE_STATUS_ERROR_TIMED_OUT,
|
| OUTPUT_DEVICE_STATUS_ERROR_INTERNAL,
|
| OUTPUT_DEVICE_STATUS_LAST = OUTPUT_DEVICE_STATUS_ERROR_INTERNAL,
|
| };
|
|
|