use libnotify to pop up notifications on Linux
This commit is contained in:
parent
8aba54e71a
commit
a82e9f30ed
4 changed files with 165 additions and 2 deletions
|
@ -35,7 +35,7 @@ BrowserContext* BrowserClient::browser_context() {
|
|||
}
|
||||
|
||||
NotificationPresenter* BrowserClient::notification_presenter() {
|
||||
#if defined(OS_MACOSX)
|
||||
#if defined(OS_MACOSX) || defined(OS_LINUX)
|
||||
if (!notification_presenter_)
|
||||
notification_presenter_.reset(NotificationPresenter::Create());
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue