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

Unified Diff: content/content_child.gypi

Issue 1192713004: Update client side navigator.connect API to use ServicePortCollection [2/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use mojo for all ServicePort related IPC Created 5 years, 6 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_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index d817ccff099448bb5b8821e7f1b7f42bf4693a40..f17d530d0f7fc7b32029e078fe2d32398ce4db69 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -120,10 +120,8 @@
'child/mojo/mojo_application.h',
'child/multipart_response_delegate.cc',
'child/multipart_response_delegate.h',
- 'child/navigator_connect/navigator_connect_dispatcher.cc',
- 'child/navigator_connect/navigator_connect_dispatcher.h',
- 'child/navigator_connect/navigator_connect_provider.cc',
- 'child/navigator_connect/navigator_connect_provider.h',
+ 'child/navigator_connect/service_port_provider.cc',
+ 'child/navigator_connect/service_port_provider.h',
'child/notifications/notification_data_conversions.cc',
'child/notifications/notification_data_conversions.h',
'child/notifications/notification_dispatcher.cc',

Powered by Google App Engine
This is Rietveld 408576698