зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1407829 - Fix merge bustage in WebAuthnManager.h on a CLOSED TREE r=me
This commit is contained in:
Родитель
8bd04abc29
Коммит
da7df09470
|
@ -81,6 +81,9 @@ public:
|
|||
GetAssertion(nsPIDOMWindowInner* aParent,
|
||||
const PublicKeyCredentialRequestOptions& aOptions);
|
||||
|
||||
already_AddRefed<Promise>
|
||||
Store(nsPIDOMWindowInner* aParent, const Credential& aCredential);
|
||||
|
||||
void
|
||||
FinishMakeCredential(nsTArray<uint8_t>& aRegBuffer);
|
||||
|
||||
|
@ -97,9 +100,6 @@ private:
|
|||
WebAuthnManager();
|
||||
virtual ~WebAuthnManager();
|
||||
|
||||
already_AddRefed<Promise>
|
||||
Store(nsPIDOMWindowInner* aParent, const Credential& aCredential);
|
||||
|
||||
void StartRegister();
|
||||
void StartSign();
|
||||
void StartCancel();
|
||||
|
|
Загрузка…
Ссылка в новой задаче