Fix typo in histogram name
Bug: chromium:1348011 Change-Id: Ic4680339a110bf71afa7689bbc7acada1428811a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291806 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Johannes Kron <kron@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39258}
This commit is contained in:
parent
5e7301f693
commit
fd29662c61
@ -29,7 +29,8 @@
|
||||
namespace webrtc {
|
||||
|
||||
void LogDesktopCapturerFullscreenDetectorUsage() {
|
||||
RTC_HISTOGRAM_BOOLEAN("WebRTC.Screenshare.DesktopCapturerUsage", true);
|
||||
RTC_HISTOGRAM_BOOLEAN("WebRTC.Screenshare.DesktopCapturerFullscreenDetector",
|
||||
true);
|
||||
}
|
||||
|
||||
DesktopCapturer::~DesktopCapturer() = default;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user