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

Unified Diff: content/content_browser.gypi

Issue 861373002: Refactor navigator.connect code to make it more flexible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 5 years, 11 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/service_worker/service_worker_messages.h ('k') | content/content_common.gypi » ('j') | 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 33d64df28f93d7f6ceccc27ebb8aec557ab84c47..3f95cadce210cc932bef63c55a1035877a04eba5 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -159,6 +159,8 @@
'public/browser/navigation_details.h',
'public/browser/navigation_entry.h',
'public/browser/navigation_type.h',
+ 'public/browser/navigator_connect_context.h',
+ 'public/browser/navigator_connect_service_factory.h',
'public/browser/notification_details.h',
'public/browser/notification_event_dispatcher.h',
'public/browser/notification_observer.h',
@@ -949,10 +951,14 @@
'browser/mojo/service_registrar_android.h',
'browser/mojo/service_registry_android.cc',
'browser/mojo/service_registry_android.h',
- 'browser/navigator_connect/navigator_connect_context.cc',
- 'browser/navigator_connect/navigator_connect_context.h',
+ 'browser/navigator_connect/navigator_connect_context_impl.cc',
+ 'browser/navigator_connect/navigator_connect_context_impl.h',
'browser/navigator_connect/navigator_connect_dispatcher_host.cc',
'browser/navigator_connect/navigator_connect_dispatcher_host.h',
+ 'browser/navigator_connect/navigator_connect_service.h',
+ 'browser/navigator_connect/navigator_connect_service_factory.h',
+ 'browser/navigator_connect/navigator_connect_service_worker_service_factory.cc',
+ 'browser/navigator_connect/navigator_connect_service_worker_service_factory.h',
'browser/net/browser_online_state_observer.cc',
'browser/net/browser_online_state_observer.h',
'browser/net/sqlite_persistent_cookie_store.cc',
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698