summaryrefslogtreecommitdiffstats
path: root/src/core/autofill_client_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/autofill_client_qt.h')
-rw-r--r--src/core/autofill_client_qt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/autofill_client_qt.h b/src/core/autofill_client_qt.h
index d00b01c27..967c4b227 100644
--- a/src/core/autofill_client_qt.h
+++ b/src/core/autofill_client_qt.h
@@ -53,9 +53,11 @@ public:
void UpdatePopup(const std::vector<autofill::Suggestion> &, autofill::PopupType) override;
void HideAutofillPopup(autofill::PopupHidingReason reason) override;
bool IsAutocompleteEnabled() override;
+ bool IsPasswordManagerEnabled() override;
void PropagateAutofillPredictions(content::RenderFrameHost *,
const std::vector<autofill::FormStructure *> &) override;
+
private:
explicit AutofillClientQt(content::WebContents *webContents);