Update notification PR as per feedback
This commit is contained in:
parent
7eb14243eb
commit
3774482859
4 changed files with 9 additions and 9 deletions
|
@ -60,7 +60,7 @@ class Notification : public mate::TrackableObject<Notification>,
|
|||
void SetSilent(bool new_silent);
|
||||
void SetReplyPlaceholder(const base::string16& new_reply_placeholder);
|
||||
void SetHasReply(bool new_has_reply);
|
||||
void SetActions(const std::vector<brightray::NotificationAction> actions);
|
||||
void SetActions(const std::vector<brightray::NotificationAction>& actions);
|
||||
|
||||
private:
|
||||
base::string16 title_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue