Added desktop notifications implementation for Windows 7 (and earlier)
This commit is contained in:
parent
e6a30388da
commit
fe05b66a6c
10 changed files with 1674 additions and 4 deletions
|
@ -84,12 +84,21 @@
|
|||
'browser/linux/libnotify_notification.cc',
|
||||
'browser/linux/notification_presenter_linux.h',
|
||||
'browser/linux/notification_presenter_linux.cc',
|
||||
'browser/win/notification_presenter_win.h',
|
||||
'browser/win/notification_presenter_win.cc',
|
||||
'browser/win/windows_toast_notification.h',
|
||||
'browser/win/windows_toast_notification.cc',
|
||||
'browser/win/scoped_hstring.h',
|
||||
'browser/win/notification_presenter_win.h',
|
||||
'browser/win/notification_presenter_win7.cc',
|
||||
'browser/win/notification_presenter_win7.h',
|
||||
'browser/win/scoped_hstring.cc',
|
||||
'browser/win/scoped_hstring.h',
|
||||
'browser/win/win32_desktop_notifications/common.h',
|
||||
'browser/win/win32_desktop_notifications/desktop_notification_controller.cc',
|
||||
'browser/win/win32_desktop_notifications/desktop_notification_controller.h',
|
||||
'browser/win/win32_desktop_notifications/toast.cc',
|
||||
'browser/win/win32_desktop_notifications/toast.h',
|
||||
'browser/win/win32_notification.cc',
|
||||
'browser/win/win32_notification.h',
|
||||
'browser/win/windows_toast_notification.cc',
|
||||
'browser/win/windows_toast_notification.h',
|
||||
'browser/special_storage_policy.cc',
|
||||
'browser/special_storage_policy.h',
|
||||
'browser/url_request_context_getter.cc',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue