Chromium Code Reviews| Index: media/base/media_switches.cc |
| =================================================================== |
| --- media/base/media_switches.cc (revision 155437) |
| +++ media/base/media_switches.cc (working copy) |
| @@ -38,4 +38,7 @@ |
| // Enable browser-side audio mixer. |
| const char kEnableAudioMixer[] = "enable-audio-mixer"; |
| +// Enable live audio input with getUserMedia() and the Web Audio API. |
| +const char kEnableWebAudioInput[] = "enable-webaudio-input"; |
|
scherkus (not reviewing)
2012/09/10 11:46:32
general rule of thumb: switches should go in the *
Chris Rogers
2012/09/10 19:21:38
It will need to be used in media (in the AudioMana
scherkus (not reviewing)
2012/09/11 12:13:00
Good to know -- thanks!
|
| + |
| } // namespace switches |