Index: content/child/blink_platform_impl.h |
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h |
index 441f137668a18e9b3bf3590b0dcd80f62058b251..202c7e9e4c3ccac08c17edcc15dd26e830fea355 100644 |
--- a/content/child/blink_platform_impl.h |
+++ b/content/child/blink_platform_impl.h |
@@ -158,6 +158,10 @@ class CONTENT_EXPORT BlinkPlatformImpl |
virtual blink::WebBluetooth* bluetooth(); |
virtual blink::WebNotificationManager* notificationManager(); |
virtual blink::WebPushProvider* pushProvider(); |
+ virtual void connectToUrl( |
+ const blink::WebURL& targetUrl, |
+ blink::WebMessagePortChannel* port, |
+ blink::WebCallbacks<void, blink::WebString>* callbacks); |
void SuspendSharedTimer(); |
void ResumeSharedTimer(); |