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

Unified Diff: third_party/WebKit/Source/modules/webshare/NavigatorShare.h

Issue 2314573002: Don't expose webshare from the browser when the origin trial disables it. (Closed)
Patch Set: Created 4 years, 2 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: 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;
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | third_party/WebKit/Source/modules/webshare/NavigatorShare.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698