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

Unified Diff: media/base/output_device_info.h

Issue 2043883005: Implementing AudioOutputDevice authorization timeout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Dale's comments addressed: code simplified, comments fixed. Created 4 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
« no previous file with comments | « media/audio/audio_output_device_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
};
« no previous file with comments | « media/audio/audio_output_device_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698