Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: content/content_browser.gypi

Issue 728763003: Introduce a //content/ API for dispatching notificationclick events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add a newline Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index ea18825888a75b266622c9c6b0b1e323398a7551..e22b529703f02491c710db173efdf377507f274c 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -155,6 +155,7 @@
'public/browser/navigation_entry.h',
'public/browser/navigation_type.h',
'public/browser/notification_details.h',
+ 'public/browser/notification_event_dispatcher.h',
'public/browser/notification_observer.h',
'public/browser/notification_registrar.cc',
'public/browser/notification_registrar.h',
@@ -938,6 +939,8 @@
'browser/net/view_blob_internals_job_factory.h',
'browser/net/view_http_cache_job_factory.cc',
'browser/net/view_http_cache_job_factory.h',
+ 'browser/notifications/notification_event_dispatcher_impl.cc',
+ 'browser/notifications/notification_event_dispatcher_impl.h',
'browser/notifications/notification_message_filter.cc',
'browser/notifications/notification_message_filter.h',
'browser/notifications/page_notification_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698