Chromium Code Reviews

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: address comments Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 0f5cb305ec11e51a279c450c9282b229c5069b60..45809ab7ab472fb9a81d8605192aaa68c315ae0e 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -157,6 +157,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',
@@ -939,6 +940,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