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

Unified Diff: webrtc/api/statstypes.cc

Issue 1887773002: remove googViewLimitedResolution stat (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years 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 | « webrtc/api/statstypes.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/statstypes.cc
diff --git a/webrtc/api/statstypes.cc b/webrtc/api/statstypes.cc
index 354f115011d1c8e0a762f16633f0360961306140..4a5bd69b9d3cc3d090b8fde0433b0631afc4d49e 100644
--- a/webrtc/api/statstypes.cc
+++ b/webrtc/api/statstypes.cc
@@ -598,8 +598,6 @@ const char* StatsReport::Value::display_name() const {
return "googTrackId";
case kStatsValueNameTypingNoiseState:
return "googTypingNoiseState";
- case kStatsValueNameViewLimitedResolution:
- return "googViewLimitedResolution";
case kStatsValueNameWritable:
return "googWritable";
}
« no previous file with comments | « webrtc/api/statstypes.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698