Fix linting issues

This commit is contained in:
Samuel Attard 2017-05-30 19:12:36 +10:00
parent 5048425e6e
commit 686b1388b1
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
4 changed files with 9 additions and 6 deletions

View file

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