summaryrefslogtreecommitdiff
path: root/chromium/content/browser/webauth/authenticator_impl.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-10-29 10:46:47 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-11-02 12:02:10 +0000
commit99677208ff3b216fdfec551fbe548da5520cd6fb (patch)
tree476a4865c10320249360e859d8fdd3e01833b03a /chromium/content/browser/webauth/authenticator_impl.h
parentc30a6232df03e1efbd9f3b226777b07e087a1122 (diff)
downloadqtwebengine-chromium-99677208ff3b216fdfec551fbe548da5520cd6fb.tar.gz
BASELINE: Update Chromium to 86.0.4240.124
Change-Id: Ide0ff151e94cd665ae6521a446995d34a9d1d644 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/content/browser/webauth/authenticator_impl.h')
-rw-r--r--chromium/content/browser/webauth/authenticator_impl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chromium/content/browser/webauth/authenticator_impl.h b/chromium/content/browser/webauth/authenticator_impl.h
index ffc05374937..f3f6f60847a 100644
--- a/chromium/content/browser/webauth/authenticator_impl.h
+++ b/chromium/content/browser/webauth/authenticator_impl.h
@@ -46,9 +46,8 @@ class CONTENT_EXPORT AuthenticatorImpl : public blink::mojom::Authenticator,
public:
explicit AuthenticatorImpl(RenderFrameHost* render_frame_host);
- // By being able to set AuthenticatorCommon, this constructor permits setting
- // the timer for testing. Using this constructor will also empty out the
- // protocol set, since no device discovery will take place during tests.
+ // Constructs an AuthenticatorImpl with an injected AuthenticatorCommon for
+ // testing.
AuthenticatorImpl(RenderFrameHost* render_frame_host,
std::unique_ptr<AuthenticatorCommon> authenticator_common);
~AuthenticatorImpl() override;