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

Unified Diff: Source/modules/navigatorconnect/ServicePortConnectEventInit.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/ServicePortConnectEventInit.idl
diff --git a/Source/modules/navigatorconnect/ServicePortMatchOptions.idl b/Source/modules/navigatorconnect/ServicePortConnectEventInit.idl
similarity index 69%
copy from Source/modules/navigatorconnect/ServicePortMatchOptions.idl
copy to Source/modules/navigatorconnect/ServicePortConnectEventInit.idl
index b596995fd45213d93cba06141fab48763bf656c0..1afd760213189eab4a14c6910b9c3dbdc703fd4e 100644
--- a/Source/modules/navigatorconnect/ServicePortMatchOptions.idl
+++ b/Source/modules/navigatorconnect/ServicePortConnectEventInit.idl
@@ -2,9 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://mkruisselbrink.github.io/navigator-connect/#idl-def-ServicePortMatchOptions
+// https://mkruisselbrink.github.io/navigator-connect/#idl-def-ServicePortConnectEventInit
-dictionary ServicePortMatchOptions {
- DOMString name;
+dictionary ServicePortConnectEventInit : ExtendableEventInit {
DOMString targetURL;
+ DOMString origin;
};
+

Powered by Google App Engine
This is Rietveld 408576698