| Index: Source/modules/credentialmanager/LocalCredential.idl
|
| diff --git a/Source/modules/credentialmanager/LocalCredential.idl b/Source/modules/credentialmanager/LocalCredential.idl
|
| deleted file mode 100644
|
| index 026ce7867dcd00283f9356331fb61be292861043..0000000000000000000000000000000000000000
|
| --- a/Source/modules/credentialmanager/LocalCredential.idl
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -// Copyright 2014 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.
|
| -
|
| -[
|
| - RuntimeEnabled=CredentialManager,
|
| - RaisesException=Constructor,
|
| - Constructor(DOMString id, DOMString password, optional DOMString name, optional DOMString avatarURL)
|
| -] interface LocalCredential : Credential {
|
| - readonly attribute DOMString password;
|
| - readonly attribute FormData formData;
|
| -};
|
|
|