| 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 013a9030d53ff6f07610d27582c5a942671fa3b0..f5cb84994eafcf599f3cb2a32faabf190b56dbe2 100644
|
| --- a/components/autofill/core/browser/test_autofill_client.h
|
| +++ b/components/autofill/core/browser/test_autofill_client.h
|
| @@ -68,6 +68,7 @@ class TestAutofillClient : public AutofillClient {
|
| const base::string16& profile_full_name) override;
|
| void OnFirstUserGestureObserved() override;
|
| bool IsContextSecure(const GURL& form_origin) override;
|
| + bool IsTopLevelURLSecure() override;
|
| bool ShouldShowSigninPromo() override;
|
| void StartSigninFlow() override;
|
|
|
|
|