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

Unified Diff: content/common/media/audio_messages.h

Issue 2533443002: fallback to null sink in WebAudioSourceProvider::Initialize() + UMA stats for device status (Closed)
Patch Set: review comments addressed Created 4 years 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 | « no previous file | content/renderer/media/html_audio_element_capturer_source_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/media/audio_messages.h
diff --git a/content/common/media/audio_messages.h b/content/common/media/audio_messages.h
index 32a4506dd0c3e48d4cabbf5181b90b3dacecf3a4..5a3f6316ab0b86e12c84918ec6d79eca6cfb49cc 100644
--- a/content/common/media/audio_messages.h
+++ b/content/common/media/audio_messages.h
@@ -27,7 +27,7 @@ IPC_ENUM_TRAITS_MAX_VALUE(media::AudioInputIPCDelegateState,
media::AUDIO_INPUT_IPC_DELEGATE_STATE_LAST)
IPC_ENUM_TRAITS_MAX_VALUE(media::OutputDeviceStatus,
- media::OUTPUT_DEVICE_STATUS_LAST)
+ media::OUTPUT_DEVICE_STATUS_MAX)
IPC_STRUCT_BEGIN(AudioInputHostMsg_CreateStream_Config)
IPC_STRUCT_MEMBER(media::AudioParameters, params)
« no previous file with comments | « no previous file | content/renderer/media/html_audio_element_capturer_source_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698