| Index: chrome/browser/ui/autofill/chrome_autofill_client.h
|
| diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.h b/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| index e0979753e1dafa1a5f1559d6092f441c323350d5..f8de7cf45d5e8195f015543b038480b5125fe81e 100644
|
| --- a/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| +++ b/chrome/browser/ui/autofill/chrome_autofill_client.h
|
| @@ -82,6 +82,7 @@ class ChromeAutofillClient
|
| 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;
|
|
|
|
|