chrome: Implement CefBrowserHost::SetAudioMuted/IsAudioMuted (fixes #3893)

This commit is contained in:
Marshall Greenblatt
2025-03-21 13:17:33 -04:00
parent 8cf30843f9
commit 49ac6882ec
6 changed files with 24 additions and 36 deletions

View File

@ -327,15 +327,6 @@ void ChromeBrowserHostImpl::DragSourceEndedAt(int x,
NOTIMPLEMENTED();
}
void ChromeBrowserHostImpl::SetAudioMuted(bool mute) {
NOTIMPLEMENTED();
}
bool ChromeBrowserHostImpl::IsAudioMuted() {
NOTIMPLEMENTED();
return false;
}
void ChromeBrowserHostImpl::SetAutoResizeEnabled(bool enabled,
const CefSize& min_size,
const CefSize& max_size) {