summaryrefslogtreecommitdiff
path: root/chromium/components/autofill/content/browser/content_autofill_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/autofill/content/browser/content_autofill_driver.h')
-rw-r--r--chromium/components/autofill/content/browser/content_autofill_driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/components/autofill/content/browser/content_autofill_driver.h b/chromium/components/autofill/content/browser/content_autofill_driver.h
index 00a4df54794..668e7168860 100644
--- a/chromium/components/autofill/content/browser/content_autofill_driver.h
+++ b/chromium/components/autofill/content/browser/content_autofill_driver.h
@@ -155,8 +155,10 @@ class ContentAutofillDriver : public AutofillDriver,
ui::AXTreeID GetAxTreeId() const override;
scoped_refptr<network::SharedURLLoaderFactory> GetURLLoaderFactory() override;
bool RendererIsAvailable() override;
+#if !defined(TOOLKIT_QT)
webauthn::InternalAuthenticator* GetOrCreateCreditCardInternalAuthenticator()
override;
+#endif
void PropagateAutofillPredictions(
const std::vector<autofill::FormStructure*>& forms) override;
void HandleParsedForms(const std::vector<const FormData*>& forms) override;