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

Unified Diff: content/content_browser.gypi

Issue 681783004: Implement the PageNotificationDelegate for the new Web Notification path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/Ids/ids/ Created 6 years, 2 months 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
« no previous file with comments | « content/common/platform_notification_messages.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 8123a196461449e7f51aebd4be2560622fd71298..97150cb85b8dd83135eab272dd67f5df64095091 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -913,8 +913,10 @@
'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/notification_message_filter.cc',
- 'browser/notification_message_filter.h',
+ 'browser/notifications/notification_message_filter.cc',
+ 'browser/notifications/notification_message_filter.h',
+ 'browser/notifications/page_notification_delegate.cc',
+ 'browser/notifications/page_notification_delegate.h',
'browser/notification_service_impl.cc',
'browser/notification_service_impl.h',
'browser/power_monitor_message_broadcaster.cc',
« no previous file with comments | « content/common/platform_notification_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698