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

Unified Diff: talk/app/webrtc/mediaconstraintsinterface.cc

Issue 1642513002: Delete unused members from VideoOptions (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Suggested comment edits. Created 4 years, 11 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 | « talk/app/webrtc/mediaconstraintsinterface.h ('k') | talk/app/webrtc/webrtcsession.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/mediaconstraintsinterface.cc
diff --git a/talk/app/webrtc/mediaconstraintsinterface.cc b/talk/app/webrtc/mediaconstraintsinterface.cc
index 46d8029c5beda02df656a77cc3595efeeca1ae04..40db5dc3806649798587aeb7189458c112b0a16a 100644
--- a/talk/app/webrtc/mediaconstraintsinterface.cc
+++ b/talk/app/webrtc/mediaconstraintsinterface.cc
@@ -95,8 +95,6 @@ const char MediaConstraintsInterface::kEnableDscp[] = "googDscp";
const char MediaConstraintsInterface::kEnableIPv6[] = "googIPv6";
const char MediaConstraintsInterface::kEnableVideoSuspendBelowMinBitrate[] =
"googSuspendBelowMinBitrate";
-const char MediaConstraintsInterface::kNumUnsignalledRecvStreams[] =
- "googNumUnsignalledRecvStreams";
const char MediaConstraintsInterface::kCombinedAudioVideoBwe[] =
"googCombinedAudioVideoBwe";
const char MediaConstraintsInterface::kScreencastMinBitrate[] =
@@ -104,18 +102,6 @@ const char MediaConstraintsInterface::kScreencastMinBitrate[] =
// TODO(ronghuawu): Remove once cpu overuse detection is stable.
const char MediaConstraintsInterface::kCpuOveruseDetection[] =
"googCpuOveruseDetection";
-const char MediaConstraintsInterface::kCpuUnderuseThreshold[] =
- "googCpuUnderuseThreshold";
-const char MediaConstraintsInterface::kCpuOveruseThreshold[] =
- "googCpuOveruseThreshold";
-const char MediaConstraintsInterface::kCpuUnderuseEncodeRsdThreshold[] =
- "googCpuUnderuseEncodeRsdThreshold";
-const char MediaConstraintsInterface::kCpuOveruseEncodeRsdThreshold[] =
- "googCpuOveruseEncodeRsdThreshold";
-const char MediaConstraintsInterface::kCpuOveruseEncodeUsage[] =
- "googCpuOveruseEncodeUsage";
-const char MediaConstraintsInterface::kHighStartBitrate[] =
- "googHighStartBitrate";
const char MediaConstraintsInterface::kPayloadPadding[] = "googPayloadPadding";
« no previous file with comments | « talk/app/webrtc/mediaconstraintsinterface.h ('k') | talk/app/webrtc/webrtcsession.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698