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

Unified Diff: content/browser/webauth/authenticator_impl.h

Issue 2966523002: Blink-layer update to match WebAuthN spec (Closed)
Patch Set: Add ContectLifecycleObserver... part2 Created 3 years, 5 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
« no previous file with comments | « no previous file | content/browser/webauth/authenticator_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/webauth/authenticator_impl.h
diff --git a/content/browser/webauth/authenticator_impl.h b/content/browser/webauth/authenticator_impl.h
index b2689b7960916fe920aa96d7d417004bdefca696..bcd589c4429090febf59f1b5153a8d9f3547810b 100644
--- a/content/browser/webauth/authenticator_impl.h
+++ b/content/browser/webauth/authenticator_impl.h
@@ -40,12 +40,8 @@ class CONTENT_EXPORT AuthenticatorImpl
explicit AuthenticatorImpl(RenderFrameHost* render_frame_host);
// mojom:Authenticator
- void MakeCredential(
- webauth::mojom::RelyingPartyAccountPtr account,
- std::vector<webauth::mojom::ScopedCredentialParametersPtr> parameters,
- const std::vector<uint8_t>& challenge,
- webauth::mojom::ScopedCredentialOptionsPtr options,
- MakeCredentialCallback callback) override;
+ void MakeCredential(webauth::mojom::MakeCredentialOptionsPtr options,
+ MakeCredentialCallback callback) override;
base::Closure connection_error_handler_;
base::CancelableClosure timeout_callback_;
« no previous file with comments | « no previous file | content/browser/webauth/authenticator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698