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

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

Issue 1192913003: Start implementing new navigator.connect API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: override instead of virtual Created 5 years, 6 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/ServicePortMatchOptions.idl
diff --git a/Source/modules/credentialmanager/LocallyStoredCredentialData.idl b/Source/modules/navigatorconnect/ServicePortMatchOptions.idl
similarity index 51%
copy from Source/modules/credentialmanager/LocallyStoredCredentialData.idl
copy to Source/modules/navigatorconnect/ServicePortMatchOptions.idl
index 2d127f986feec5b9b8e11ce560f1009ec7b04447..b596995fd45213d93cba06141fab48763bf656c0 100644
--- a/Source/modules/credentialmanager/LocallyStoredCredentialData.idl
+++ b/Source/modules/navigatorconnect/ServicePortMatchOptions.idl
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://w3c.github.io/webappsec/specs/credentialmanagement/#dictdef-locallystoredcredentialdata
+// https://mkruisselbrink.github.io/navigator-connect/#idl-def-ServicePortMatchOptions
-dictionary LocallyStoredCredentialData : CredentialData {
+dictionary ServicePortMatchOptions {
DOMString name;
- DOMString iconURL;
+ DOMString targetURL;
};

Powered by Google App Engine
This is Rietveld 408576698