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