| 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 903350306b6ed3c29d0000a63564b7cad5d5675b..05fb6aff81e8aec48cfec8fb1a48449f5ed4d8c9 100644
|
| --- a/components/password_manager/core/browser/password_autofill_manager.cc
|
| +++ b/components/password_manager/core/browser/password_autofill_manager.cc
|
| @@ -211,7 +211,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;
|
|
|