Notification: pass tag to Show method
This commit is contained in:
parent
11685faffa
commit
59ed6ad413
8 changed files with 8 additions and 1 deletions
|
@ -22,6 +22,7 @@ class LibnotifyNotification : public Notification {
|
|||
// Notification:
|
||||
void Show(const base::string16& title,
|
||||
const base::string16& msg,
|
||||
const std::string& tag,
|
||||
const GURL& icon_url,
|
||||
const SkBitmap& icon,
|
||||
const bool silent) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue