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

@ -88,6 +88,7 @@ LibnotifyNotification::~LibnotifyNotification() {
void LibnotifyNotification::Show(const base::string16& title,
const base::string16& body,
const std::string& tag,
const GURL& icon_url,
const SkBitmap& icon,
const bool silent) {