| Index: components/autofill/core/browser/test_autofill_client.cc
|
| diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
|
| index 3b73339cb8e191be25026d576badf498bb5a20c3..701a62cbd8140b987e01c3ab13f2e99673c4f450 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.cc
|
| +++ b/components/autofill/core/browser/test_autofill_client.cc
|
| @@ -64,10 +64,6 @@ bool TestAutofillClient::IsAutocompleteEnabled() {
|
| return true;
|
| }
|
|
|
| -void TestAutofillClient::DetectAccountCreationForms(
|
| - const std::vector<autofill::FormStructure*>& forms) {
|
| -}
|
| -
|
| void TestAutofillClient::DidFillOrPreviewField(
|
| const base::string16& autofilled_value,
|
| const base::string16& profile_full_name) {
|
|
|