Commit 569e4675 authored by Kim Paulhamus's avatar Kim Paulhamus Committed by Commit Bot

Fix broken clank by undoing method rename upstream.

Bug: 842006
Change-Id: Idc7959c00d8ec22b824242db97923c3985f44d2f
Reviewed-on: https://chromium-review.googlesource.com/1062365Reviewed-by: default avatarMaria Khomenko <mariakhomenko@chromium.org>
Commit-Queue: Kim Paulhamus <kpaulhamus@chromium.org>
Cr-Commit-Position: refs/heads/master@{#559280}
parent 9466f2db
...@@ -27,9 +27,9 @@ public class U2fApiHandler { ...@@ -27,9 +27,9 @@ public class U2fApiHandler {
return sInstance; return sInstance;
} }
protected void makeCredential( protected void u2fRegister(
PublicKeyCredentialCreationOptions options, HandlerResponseCallback callback) {} PublicKeyCredentialCreationOptions options, HandlerResponseCallback callback) {}
protected void getAssertion( protected void u2fSign(
PublicKeyCredentialRequestOptions options, HandlerResponseCallback callback) {} PublicKeyCredentialRequestOptions options, HandlerResponseCallback callback) {}
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment