summaryrefslogtreecommitdiffstats
path: root/chrome/app/generated_resources.grd
diff options
context:
space:
mode:
authorcrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 22:17:41 +0000
committercrogers@google.com <crogers@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-08 22:17:41 +0000
commitec47eab1019b70afef54bd68a896dd150d738b07 (patch)
tree25010c3a89543cca47528a7b0d8baf90aadb32b8 /chrome/app/generated_resources.grd
parent38bba49e85b947de53aa5e8e96334dbfb4906f16 (diff)
downloadchromium_src-ec47eab1019b70afef54bd68a896dd150d738b07.zip
chromium_src-ec47eab1019b70afef54bd68a896dd150d738b07.tar.gz
chromium_src-ec47eab1019b70afef54bd68a896dd150d738b07.tar.bz2
Enable the "Web Audio Input" feature by default.
We now get the proper audio input device identifier passed into WebKit and back into chromium to be able to determine if the correct device will be used that the user gave permission to access in getUserMedia(). See related WebKit work: https://bugs.webkit.org/show_bug.cgi?id=90110 https://bugs.webkit.org/show_bug.cgi?id=93756 https://bugs.webkit.org/show_bug.cgi?id=101815 https://bugs.webkit.org/show_bug.cgi?id=106490 https://bugs.webkit.org/show_bug.cgi?id=106816 https://bugs.webkit.org/show_bug.cgi?id=109494 https://bugs.webkit.org/show_bug.cgi?id=110796 and chromium work: https://codereview.chromium.org/10830268/ https://codereview.chromium.org/10916105/ https://codereview.chromium.org/10909185/ https://codereview.chromium.org/10959068 https://codereview.chromium.org/11418125/ https://codereview.chromium.org/11827040/ https://codereview.chromium.org/11878032/ https://codereview.chromium.org/12218106/ https://codereview.chromium.org/12335072/ BUG=145092 TEST=none manual tests: http://chromium.googlecode.com/svn/trunk/samples/audio/visualizer-live.html http://dashersw.github.com/pedalboard.js/demo/ Review URL: https://codereview.chromium.org/12383064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187048 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r--chrome/app/generated_resources.grd6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 9758e4d..64b381d 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6625,12 +6625,6 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ASH_ENABLE_FULL_BROWSER_LIST_IN_LAUNCHER_DESCRIPTION" desc="Description for the option to enable/disable the full browser list experiment in the launcher.">
Enable full browser / tab list for the browser item in the launcher.
</message>
- <message name="IDS_FLAGS_ENABLE_WEBAUDIO_INPUT_NAME" desc="Title for the flag to enable the webaudio input feature.">
- Web Audio Input
- </message>
- <message name="IDS_FLAGS_ENABLE_WEBAUDIO_INPUT_DESCRIPTION" desc="Title for the flag to enable the webaudio input feature.">
- Enables live audio input using getUserMedia() and the Web Audio API.
- </message>
<message name="IDS_FLAGS_DISABLE_GESTURE_REQUIREMENT_FOR_MEDIA_PLAYBACK_NAME" desc="Title for the flag to disable gesture requiment for media playback">
Disable gesture requirement for media playback.
</message>