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

Unified Diff: Source/modules/navigatorconnect/ServicePortCollection.idl

Issue 1210633002: Update navigator.services API to use the new services.onconnect event [1/3]. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@serviceport-part3
Patch Set: rebase Created 5 years, 5 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: Source/modules/navigatorconnect/ServicePortCollection.idl
diff --git a/Source/modules/navigatorconnect/ServicePortCollection.idl b/Source/modules/navigatorconnect/ServicePortCollection.idl
index 68461922404d1e393f5989719490347b4e582941..31372cfb8c6f7ea39a7f21a4d9b10fe0a432c413 100644
--- a/Source/modules/navigatorconnect/ServicePortCollection.idl
+++ b/Source/modules/navigatorconnect/ServicePortCollection.idl
@@ -8,6 +8,7 @@
GarbageCollected,
TypeChecking=Interface,
RuntimeEnabled=NavigatorConnect,
+ TypeChecking=Interface,
] interface ServicePortCollection : EventTarget {
[CallWith=ScriptState, RaisesException] Promise<ServicePort> connect(DOMString url, optional ServicePortConnectOptions options);
[CallWith=ScriptState] Promise<ServicePort> match(ServicePortMatchOptions options);
« no previous file with comments | « Source/modules/navigatorconnect/ServicePortCollection.cpp ('k') | Source/modules/navigatorconnect/ServicePortConnectEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698