| Index: components/autofill/core/browser/test_autofill_client.cc
|
| diff --git a/components/autofill/core/browser/test_autofill_client.cc b/components/autofill/core/browser/test_autofill_client.cc
|
| index 61d05df444aab9103ddd456f084c9ba4919f405c..42b1ec3d9681bef392c57de72cc3ed27cb36caa4 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.cc
|
| +++ b/components/autofill/core/browser/test_autofill_client.cc
|
| @@ -145,4 +145,8 @@ void TestAutofillClient::StartSigninFlow() {}
|
|
|
| void TestAutofillClient::ShowHttpNotSecureExplanation() {}
|
|
|
| +bool TestAutofillClient::ExecuteCommand(int id) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace autofill
|
|
|