summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorvrk@chromium.org <vrk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-02 23:19:35 +0000
committervrk@chromium.org <vrk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-02 23:19:35 +0000
commitf1045f07bd18c332201ef2385d792217abf7b555 (patch)
tree7c646ec4ea16fabbbdd5f4d70423c5a345c2816f /chrome/app
parent6c368d50a0f849553b4357eab6a70ac6d44c7cc7 (diff)
downloadchromium_src-f1045f07bd18c332201ef2385d792217abf7b555.zip
chromium_src-f1045f07bd18c332201ef2385d792217abf7b555.tar.gz
chromium_src-f1045f07bd18c332201ef2385d792217abf7b555.tar.bz2
Changes the device enumeration flag to a disable- rather than enable-.
BUG=240710 Review URL: https://chromiumcodereview.appspot.com/20857002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 51f1906..792993f 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6842,11 +6842,11 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_FLAGS_ENABLE_SCTP_DATA_CHANNELS_DESCRIPTION" desc="Description of about:flags option to turn on SCTP data channels support">
When enabled, DataChannels created by WebRTC will use the SCTP wire protocol.
</message>
- <message name="IDS_FLAGS_ENABLE_DEVICE_ENUMERATION_NAME" desc="Name of about:flags option to turn on WebRTC device enumeration support.">
- Enable WebRTC device enumeration.
+ <message name="IDS_FLAGS_DISABLE_DEVICE_ENUMERATION_NAME" desc="Name of about:flags option to turn off WebRTC device enumeration support.">
+ Disable WebRTC device enumeration.
</message>
- <message name="IDS_FLAGS_ENABLE_DEVICE_ENUMERATION_DESCRIPTION" desc="Description of chrome:flags option to turn on WebRTC device enumeration support">
- When enabled, MediaStreamTrack can list the available video and audio input devices, and getUserMedia can open these input devices by referencing an opaque id.
+ <message name="IDS_FLAGS_DISABLE_DEVICE_ENUMERATION_DESCRIPTION" desc="Description of chrome:flags option to turn off WebRTC device enumeration support">
+ Disable support for MediaStreamTrack.getSources().
</message>
<message name="IDS_FLAGS_DISABLE_WEBAUDIO_NAME" desc="Name of the 'Disable WebAudio' lab.">
Disable WebAudio