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 0cca2eff50cc760260b8360bb8d6947f84d687bc..ea36a9ca3eb4c3b58eb3786147088830698647eb 100644 |
--- a/components/autofill/core/browser/test_autofill_client.h |
+++ b/components/autofill/core/browser/test_autofill_client.h |
@@ -64,6 +64,8 @@ class TestAutofillClient : public AutofillClient { |
const base::string16& profile_full_name) override; |
void OnFirstUserGestureObserved() override; |
bool IsContextSecure(const GURL& form_origin) override; |
+ bool ShouldShowSigninPromo() override; |
+ void StartSigninFlow() override; |
void set_is_context_secure(bool is_context_secure) { |
is_context_secure_ = is_context_secure; |