| Index: components/autofill/core/browser/test_autofill_driver.cc
|
| diff --git a/components/autofill/core/browser/test_autofill_driver.cc b/components/autofill/core/browser/test_autofill_driver.cc
|
| index 780c01a942dcf63b9cc430b60018987cbc4864c8..a748a1c2dd13e0ce022c080db51863f9cb0819c4 100644
|
| --- a/components/autofill/core/browser/test_autofill_driver.cc
|
| +++ b/components/autofill/core/browser/test_autofill_driver.cc
|
| @@ -49,6 +49,10 @@ void TestAutofillDriver::SendAutofillTypePredictionsToRenderer(
|
| const std::vector<FormStructure*>& forms) {
|
| }
|
|
|
| +void TestAutofillDriver::RemovePasswordAutofillSuggestion(
|
| + const PasswordForm& password_form) {
|
| +}
|
| +
|
| void TestAutofillDriver::RendererShouldAcceptDataListSuggestion(
|
| const base::string16& value) {
|
| }
|
|
|