| Index: components/autofill/core/browser/test_autofill_client.h
|
| diff --git a/components/autofill/core/browser/test_autofill_client.h b/components/autofill/core/browser/test_autofill_client.h
|
| index 30cc29d37dc379e8a1047569c5c254db6306167c..ae1652a5e3fbd06dda3f602edeffc874aa861619 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.h
|
| +++ b/components/autofill/core/browser/test_autofill_client.h
|
| @@ -73,9 +73,8 @@ class TestAutofillClient : public AutofillClient {
|
| // http:// URL.
|
| bool IsContextSecure() override;
|
| bool ShouldShowSigninPromo() override;
|
| - void StartSigninFlow() override;
|
| - void ShowHttpNotSecureExplanation() override;
|
| bool IsAutofillSupported() override;
|
| + void ExecuteCommand(int id) override;
|
|
|
| void SetPrefs(std::unique_ptr<PrefService> prefs) {
|
| prefs_ = std::move(prefs);
|
|
|