Add setAudioMuted to webContents

This commit is contained in:
Magica 2015-06-15 21:40:49 +08:00
parent 8b8a6aea74
commit 8aa559fe51
5 changed files with 34 additions and 0 deletions

View file

@ -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();