Notification: pass tag to Show method

This commit is contained in:
Marco Trevisan (Treviño) 2016-04-13 05:31:56 +02:00
parent 11685faffa
commit 59ed6ad413
8 changed files with 8 additions and 1 deletions

View file

@ -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;