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

Unified Diff: content/content_browser.gypi

Issue 1010833002: Expose bits of the Web Notification database in the //content API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@n-db-DeleteInContext
Patch Set: update a comment Created 5 years, 9 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 23a5f013c3eecf4eafd684b8b5d62b84305507b1..7e6531dcb6e4d2795edb47e8f5885a66d7816f6f 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -166,6 +166,7 @@
'public/browser/navigation_type.h',
'public/browser/navigator_connect_context.h',
'public/browser/navigator_connect_service_factory.h',
+ 'public/browser/notification_database_data.h',
'public/browser/notification_details.h',
'public/browser/notification_event_dispatcher.h',
'public/browser/notification_observer.h',
@@ -179,6 +180,7 @@
'public/browser/page_navigator.h',
'public/browser/pepper_flash_settings_helper.h',
'public/browser/permission_type.h',
+ 'public/browser/platform_notification_context.h',
'public/browser/platform_notification_service.h',
'public/browser/plugin_data_remover.h',
'public/browser/plugin_service.h',
@@ -995,16 +997,16 @@
'browser/notification_service_impl.h',
'browser/notifications/notification_database.cc',
'browser/notifications/notification_database.h',
- 'browser/notifications/notification_database_data.cc',
- 'browser/notifications/notification_database_data.h',
+ 'browser/notifications/notification_database_data_conversions.cc',
+ 'browser/notifications/notification_database_data_conversions.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',
'browser/notifications/page_notification_delegate.h',
- 'browser/notifications/platform_notification_context.cc',
- 'browser/notifications/platform_notification_context.h',
+ 'browser/notifications/platform_notification_context_impl.cc',
+ 'browser/notifications/platform_notification_context_impl.h',
'browser/permissions/permission_service_context.cc',
'browser/permissions/permission_service_context.h',
'browser/permissions/permission_service_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698