| 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 a5901cfca6768a9ad116e111b4621c19dba8bb08..87a3f1e09aa0a74f7e43c8b0ae9ab218410ce2c4 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 base::string16& username_to_remove) {
|
| +}
|
| +
|
| void TestAutofillDriver::RendererShouldAcceptDataListSuggestion(
|
| const base::string16& value) {
|
| }
|
|
|