| Index: chrome/browser/ui/autofill/chrome_autofill_client.cc
|
| diff --git a/chrome/browser/ui/autofill/chrome_autofill_client.cc b/chrome/browser/ui/autofill/chrome_autofill_client.cc
|
| index 613753281d8638884e2b1fc25b14c55d6e0b3f02..efd0662f865a33fe8b4cb426bf6c4e773dc81a84 100644
|
| --- a/chrome/browser/ui/autofill/chrome_autofill_client.cc
|
| +++ b/chrome/browser/ui/autofill/chrome_autofill_client.cc
|
| @@ -342,7 +342,7 @@ void ChromeAutofillClient::OnFirstUserGestureObserved() {
|
| }
|
| }
|
|
|
| -bool ChromeAutofillClient::IsContextSecure(const GURL& form_origin) {
|
| +bool ChromeAutofillClient::IsContextSecure() {
|
| content::SSLStatus ssl_status;
|
| content::NavigationEntry* navigation_entry =
|
| web_contents()->GetController().GetLastCommittedEntry();
|
|
|