Refactor notification options
This commit is contained in:
parent
b8be81f101
commit
7eb14243eb
11 changed files with 80 additions and 116 deletions
|
@ -10,11 +10,7 @@ class Win32Notification : public brightray::Notification {
|
|||
NotificationPresenterWin7* presenter) :
|
||||
Notification(delegate, presenter) {
|
||||
}
|
||||
void Show(const base::string16& title, const base::string16& msg,
|
||||
const std::string& tag, const GURL& icon_url,
|
||||
const SkBitmap& icon, bool silent,
|
||||
bool has_reply, const base::string16& reply_placeholder,
|
||||
const std::vector<NotificationAction> actions) override;
|
||||
void Show(const NotificationOptions& options) override;
|
||||
void Dismiss() override;
|
||||
|
||||
const DesktopNotificationController::Notification& GetRef() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue