| Index: components/password_manager/core/browser/password_autofill_manager.cc
|
| diff --git a/components/password_manager/core/browser/password_autofill_manager.cc b/components/password_manager/core/browser/password_autofill_manager.cc
|
| index 306f206abd99105342d3e0867dbb1246f3d6bd1f..b66695368640af5b944a0752b36faf8817eac5f5 100644
|
| --- a/components/password_manager/core/browser/password_autofill_manager.cc
|
| +++ b/components/password_manager/core/browser/password_autofill_manager.cc
|
| @@ -219,7 +219,7 @@ void PasswordAutofillManager::OnShowPasswordSuggestions(
|
| }
|
|
|
| GURL origin = (fill_data_it->second).origin;
|
| - bool is_context_secure = autofill_client_->IsContextSecure(origin) &&
|
| + bool is_context_secure = autofill_client_->IsContextSecure() &&
|
| (!origin.is_valid() || !origin.SchemeIs("http"));
|
| if (!is_context_secure && security_state::IsHttpWarningInFormEnabled()) {
|
| std::string icon_str;
|
|
|