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