| 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..ed658cdfee86541277b8d42b0368828636242e63 100644
|
| --- a/content/child/blink_platform_impl.h
|
| +++ b/content/child/blink_platform_impl.h
|
| @@ -158,6 +158,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
|
| virtual blink::WebBluetooth* bluetooth();
|
| virtual blink::WebNotificationManager* notificationManager();
|
| virtual blink::WebPushProvider* pushProvider();
|
| + virtual blink::WebNavigatorConnectProvider* navigatorConnectProvider();
|
|
|
| void SuspendSharedTimer();
|
| void ResumeSharedTimer();
|
|
|