Commit 69fea40b authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

blink: don't LOG every EnableVideoPlaybackQuality

This makes noise in the console :)

Bug: None
Change-Id: I66957eaa0aa9e333a29dc1289de21db8c22a6b89
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1959653Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#723450}
parent 4ab56b0f
......@@ -557,7 +557,6 @@ void WebRuntimeFeatures::EnableVideoFullscreenDetection(bool enable) {
}
void WebRuntimeFeatures::EnableVideoPlaybackQuality(bool enable) {
LOG(ERROR) << __func__ << "(" << enable << ")";
RuntimeEnabledFeatures::SetVideoPlaybackQualityEnabled(enable);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment