Index: third_party/WebKit/Source/modules/webshare/NavigatorShare.h |
diff --git a/third_party/WebKit/Source/modules/webshare/NavigatorShare.h b/third_party/WebKit/Source/modules/webshare/NavigatorShare.h |
index 1772a0ffb8d5f5cc4e89cc2af6aac77b0a370c1d..7ff50957dee1163a4d0b3e8fd557faa0b13b21ad 100644 |
--- a/third_party/WebKit/Source/modules/webshare/NavigatorShare.h |
+++ b/third_party/WebKit/Source/modules/webshare/NavigatorShare.h |
@@ -43,6 +43,8 @@ class NavigatorShare final : public GarbageCollectedFinalized<NavigatorShare>, |
NavigatorShare(); |
static const char* supplementName(); |
+ void onConnectionError(); |
+ |
blink::mojom::blink::ShareServicePtr m_service; |
HeapHashSet<Member<ShareClientImpl>> m_clients; |