use libnotify to pop up notifications on Linux

This commit is contained in:
Patrick Reynolds 2013-12-18 15:02:49 -06:00
parent 8aba54e71a
commit a82e9f30ed
4 changed files with 165 additions and 2 deletions

View file

@ -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