Merge pull request #211 from 3v1n0/notifications-tags

Notifications tags
This commit is contained in:
Cheng Zhao 2016-04-13 20:12:37 +09:00
commit 2f107fcbe1
8 changed files with 13 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;