| 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..ad796c0f8f433db67f5514fe42e122f7c6963753 100644
|
| --- a/components/autofill/core/browser/test_autofill_driver.cc
|
| +++ b/components/autofill/core/browser/test_autofill_driver.cc
|
| @@ -47,10 +47,6 @@ void TestAutofillDriver::RendererShouldAcceptDataListSuggestion(
|
| const base::string16& value) {
|
| }
|
|
|
| -void TestAutofillDriver::RendererShouldAcceptPasswordAutofillSuggestion(
|
| - const base::string16& username) {
|
| -}
|
| -
|
| void TestAutofillDriver::RendererShouldClearFilledForm() {
|
| }
|
|
|
|
|