| 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 2dcd453ed5fdf679439471d8f6cff18e734547d7..909c439c15bb07dee0657a52200d1c3612c27483 100644
|
| --- a/components/autofill/core/browser/test_autofill_driver.cc
|
| +++ b/components/autofill/core/browser/test_autofill_driver.cc
|
| @@ -43,6 +43,10 @@ void TestAutofillDriver::SendAutofillTypePredictionsToRenderer(
|
| const std::vector<FormStructure*>& forms) {
|
| }
|
|
|
| +void TestAutofillDriver::RemovePasswordAutofillSuggestion(
|
| + const PasswordForm& password_form) {
|
| +}
|
| +
|
| void TestAutofillDriver::RendererShouldAcceptDataListSuggestion(
|
| const base::string16& value) {
|
| }
|
|
|