Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.cpp

Issue 2386213002: Reflow comments in modules/mediastream/. (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/mediastream/MediaStream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.cpp
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.cpp b/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.cpp
index 2484050e3e0b088e6cd382699756558e32394693..5f6f8af0243977a48ea92d64d0a5a1979227f5cf 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.cpp
+++ b/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.cpp
@@ -97,15 +97,11 @@ const char kGoogHighpassFilter[] = "googHighpassFilter";
const char kGoogTypingNoiseDetection[] = "googTypingNoiseDetection";
const char kGoogAudioMirroring[] = "googAudioMirroring";
-// From third_party/libjingle/source/talk/app/webrtc/mediaconstraintsinterface.cc
+// From
+// third_party/libjingle/source/talk/app/webrtc/mediaconstraintsinterface.cc
+
// Audio constraints.
-// const char kExtendedFilterEchoCancellation[] = "googEchoCancellation2"; // duplicate k-name
const char kDAEchoCancellation[] = "googDAEchoCancellation";
-// const char kNoiseSuppression[] = "googNoiseSuppression"; // duplicate k-name
-// const char kExperimentalNoiseSuppression[] = "googNoiseSuppression2"; // duplicate k-name
-// const char kHighpassFilter[] = "googHighpassFilter"; // duplicate k-name
-// const char kTypingNoiseDetection[] = "googTypingNoiseDetection"; // duplicate k-name
-// const char kAudioMirroring[] = "googAudioMirroring"; // duplicate k-name
// Google-specific constraint keys for a local video source (getUserMedia).
const char kNoiseReduction[] = "googNoiseReduction";
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/mediastream/MediaStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698