| Index: Source/modules/credentialmanager/LocallyStoredCredentialData.idl
|
| diff --git a/Source/modules/credentialmanager/LocallyStoredCredentialData.idl b/Source/modules/credentialmanager/LocallyStoredCredentialData.idl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2d127f986feec5b9b8e11ce560f1009ec7b04447
|
| --- /dev/null
|
| +++ b/Source/modules/credentialmanager/LocallyStoredCredentialData.idl
|
| @@ -0,0 +1,10 @@
|
| +// Copyright 2015 The Chromium Authors. All rights reserved.
|
| +// 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
|
| +
|
| +dictionary LocallyStoredCredentialData : CredentialData {
|
| + DOMString name;
|
| + DOMString iconURL;
|
| +};
|
|
|