feat: set urgency on linux notifications (#20152)

This commit is contained in:
Shelley Vohr 2019-09-18 22:35:20 -07:00 committed by GitHub
parent e510af77b2
commit ffe2182883
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 36 additions and 1 deletions

View file

@ -34,6 +34,7 @@ struct NotificationOptions {
bool has_reply;
base::string16 reply_placeholder;
base::string16 sound;
base::string16 urgency; // Linux
std::vector<NotificationAction> actions;
base::string16 close_button_text;