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

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: address comments 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
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index 3c458944a2065a195a9b29b9a4f7d7b63d824c51..6b120c043b9e033823175b9d1e96e82cd22becf6 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -168,7 +168,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();
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698