Add setAudioMuted to webContents
This commit is contained in:
parent
8b8a6aea74
commit
8aa559fe51
5 changed files with 34 additions and 0 deletions
|
@ -87,6 +87,8 @@ class WebContents : public mate::EventEmitter,
|
|||
void InspectServiceWorker();
|
||||
void HasServiceWorker(const base::Callback<void(bool)>&);
|
||||
void UnregisterServiceWorker(const base::Callback<void(bool)>&);
|
||||
void SetAudioMuted(bool muted);
|
||||
bool IsAudioMuted();
|
||||
|
||||
// Editing commands.
|
||||
void Undo();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue