Plumb in the macOS soundName property for notifications.
This commit is contained in:
parent
4bc4a0c45b
commit
0cfae1cc2b
5 changed files with 20 additions and 1 deletions
|
@ -33,6 +33,7 @@ struct NotificationOptions {
|
|||
bool silent;
|
||||
bool has_reply;
|
||||
base::string16 reply_placeholder;
|
||||
base::string16 sound_name;
|
||||
std::vector<NotificationAction> actions;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue