Chromium Code Reviews| Index: media/audio/audio_parameters.h |
| diff --git a/media/audio/audio_parameters.h b/media/audio/audio_parameters.h |
| index 03fe043dfadd53e4ae4bf75edc1e9ce5eeadcacf..b636ccde0279c350421760e9a7dd4937ec2ce6e2 100644 |
| --- a/media/audio/audio_parameters.h |
| +++ b/media/audio/audio_parameters.h |
| @@ -51,6 +51,7 @@ class MEDIA_EXPORT AudioParameters { |
| ECHO_CANCELLER = 0x1, |
| DUCKING = 0x2, // Enables ducking if the OS supports it. |
| KEYBOARD_MIC = 0x4, |
| + HOTWORD = 0x8, |
| }; |
| AudioParameters(); |