Fix linting issues
This commit is contained in:
parent
5048425e6e
commit
686b1388b1
4 changed files with 9 additions and 6 deletions
|
@ -31,7 +31,8 @@ void OnWebNotificationAllowed(base::WeakPtr<Notification> notification,
|
|||
return;
|
||||
if (allowed)
|
||||
notification->Show(data.title, data.body, data.tag, data.icon, icon,
|
||||
audio_muted ? true : data.silent, false, base::UTF8ToUTF16(""));
|
||||
audio_muted ? true : data.silent, false,
|
||||
base::UTF8ToUTF16(""));
|
||||
else
|
||||
notification->Destroy();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue