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

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: lower similarity threshold 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 9fc7832e4eae0963097d76e2ab9a957328c71ebb..4ad9c28d8f435507045cd46fc7740cd37336049d 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -158,6 +158,9 @@
'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.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 +952,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',

Powered by Google App Engine
This is Rietveld 408576698