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

Unified Diff: Source/modules/navigatorconnect/ServicePortConnectResponse.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/ServicePortConnectResponse.idl
diff --git a/Source/modules/navigatorconnect/ServicePortConnectOptions.idl b/Source/modules/navigatorconnect/ServicePortConnectResponse.idl
similarity index 75%
copy from Source/modules/navigatorconnect/ServicePortConnectOptions.idl
copy to Source/modules/navigatorconnect/ServicePortConnectResponse.idl
index 4268cb10aadcb58ac98026693c4743ad8589ffe4..ea7e0977050018ff31ec27bdd8fc5152884efac8 100644
--- a/Source/modules/navigatorconnect/ServicePortConnectOptions.idl
+++ b/Source/modules/navigatorconnect/ServicePortConnectResponse.idl
@@ -2,9 +2,11 @@
// 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-ServicePortConnectOptions
+// https://mkruisselbrink.github.io/navigator-connect/#idl-def-ServicePortConnectResponse
-dictionary ServicePortConnectOptions {
+dictionary ServicePortConnectResponse {
+ boolean accept;
DOMString name;
any data;
};
+

Powered by Google App Engine
This is Rietveld 408576698