| Index: components/autofill/core/browser/autofill_client.h
|
| diff --git a/components/autofill/core/browser/autofill_client.h b/components/autofill/core/browser/autofill_client.h
|
| index 28bd59f1534ec77e406befac7e15fdd62b272e98..3f043c944f23b5071878d882342ef0af584937af 100644
|
| --- a/components/autofill/core/browser/autofill_client.h
|
| +++ b/components/autofill/core/browser/autofill_client.h
|
| @@ -103,11 +103,6 @@ class AutofillClient {
|
| // Whether the Autocomplete feature of Autofill should be enabled.
|
| virtual bool IsAutocompleteEnabled() = 0;
|
|
|
| - // Pass the form structures to the password generation manager to detect
|
| - // account creation forms.
|
| - virtual void DetectAccountCreationForms(
|
| - const std::vector<autofill::FormStructure*>& forms) = 0;
|
| -
|
| // Inform the client that the field has been filled.
|
| virtual void DidFillOrPreviewField(
|
| const base::string16& autofilled_value,
|
|
|