| Index: trunk/src/content/public/common/content_switches.cc
|
| ===================================================================
|
| --- trunk/src/content/public/common/content_switches.cc (revision 237333)
|
| +++ trunk/src/content/public/common/content_switches.cc (working copy)
|
| @@ -941,14 +941,10 @@
|
| const char kZygoteProcess[] = "zygote";
|
|
|
| #if defined(ENABLE_WEBRTC)
|
| -// Enables audio processing in a MediaStreamTrack. When this flag is on, AEC,
|
| -// NS and AGC will be done per MediaStreamTrack instead of in PeerConnection.
|
| -const char kEnableAudioTrackProcessing[] = "enable-audio-track-processing";
|
| -
|
| -// Disables WebRTC device enumeration.
|
| +// Disable WebRTC device enumeration.
|
| const char kDisableDeviceEnumeration[] = "disable-device-enumeration";
|
|
|
| -// Disables WebRTC DataChannels SCTP wire protocol support.
|
| +// Disable WebRTC DataChannels SCTP wire protocol support.
|
| const char kDisableSCTPDataChannels[] = "disable-sctp-data-channels";
|
|
|
| // Disables HW decode acceleration for WebRTC.
|
| @@ -964,7 +960,7 @@
|
| // Enables WebRTC AEC recordings.
|
| const char kEnableWebRtcAecRecordings[] = "enable-webrtc-aec-recordings";
|
|
|
| -// Enables WebRTC to open TCP server sockets.
|
| +// Enable WebRTC to open TCP server sockets.
|
| const char kEnableWebRtcTcpServerSocket[] = "enable-webrtc-tcp-server-socket";
|
|
|
| // Enables VP8 HW encode acceleration for WebRTC.
|
|
|