diff options
Diffstat (limited to 'components/autofill/core/browser/autofill_manager.h')
-rw-r--r-- | components/autofill/core/browser/autofill_manager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/autofill/core/browser/autofill_manager.h b/components/autofill/core/browser/autofill_manager.h index a4f0194..496a2a2 100644 --- a/components/autofill/core/browser/autofill_manager.h +++ b/components/autofill/core/browser/autofill_manager.h @@ -87,9 +87,6 @@ class AutofillManager : public AutofillDownloadManager::Observer { // Sets an external delegate. void SetExternalDelegate(AutofillExternalDelegate* delegate); - // Whether browser process will create and own the Autofill popup UI. - bool IsNativeUiEnabled(); - // Called from our external delegate so they cannot be private. virtual void OnFillAutofillFormData(int query_id, const FormData& form, |