Implement WebContenstAudioMuted in AtomBrowserClient
This commit is contained in:
parent
54f06b0ba9
commit
4f660f3e6f
3 changed files with 9 additions and 11 deletions
|
@ -101,6 +101,8 @@ class AtomBrowserClient : public brightray::BrowserClient,
|
|||
void WebNotificationAllowed(
|
||||
int render_process_id,
|
||||
const base::Callback<void(bool)>& callback) override;
|
||||
bool WebContentsAudioMuted(
|
||||
int render_process_id) override;
|
||||
|
||||
// content::RenderProcessHostObserver:
|
||||
void RenderProcessHostDestroyed(content::RenderProcessHost* host) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue