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

Unified Diff: content/child/blink_platform_impl.h

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/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 849eeedc77cddbcc5dd9a8139dd0a883df6652af..8f71d75d7195165a2fd6343dc0e918a93e977feb 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -167,7 +167,8 @@ class CONTENT_EXPORT BlinkPlatformImpl
virtual blink::WebBluetooth* bluetooth();
virtual blink::WebNotificationManager* notificationManager();
virtual blink::WebPushProvider* pushProvider();
- virtual blink::WebNavigatorConnectProvider* navigatorConnectProvider();
+ virtual blink::WebServicePortProvider* createServicePortProvider(
+ blink::WebServicePortProviderClient*);
virtual blink::WebPermissionClient* permissionClient();
virtual blink::WebSyncProvider* backgroundSyncProvider();

Powered by Google App Engine
This is Rietveld 408576698