| 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 b0a14d5f5432ffa341069bf3812a91e74653c6eb..1c0b1bf1540507e7b817210795cf49c0b5ccc2c0 100644
|
| --- a/components/password_manager/core/browser/password_autofill_manager.cc
|
| +++ b/components/password_manager/core/browser/password_autofill_manager.cc
|
| @@ -232,6 +232,10 @@ void PasswordAutofillManager::OnShowPasswordSuggestions(
|
| l10n_util::GetStringUTF8(IDS_AUTOFILL_PASSWORD_HTTP_WARNING_MESSAGE),
|
| l10n_util::GetStringUTF8(IDS_AUTOFILL_HTTP_WARNING_LEARN_MORE),
|
| icon_str, autofill::POPUP_ITEM_ID_HTTP_NOT_SECURE_WARNING_MESSAGE);
|
| +#if !defined(OS_ANDROID)
|
| + suggestions.insert(suggestions.begin(), autofill::Suggestion());
|
| + suggestions.front().frontend_id = autofill::POPUP_ITEM_ID_SEPARATOR;
|
| +#endif
|
| suggestions.insert(suggestions.begin(),
|
| password_field_http_warning_suggestion);
|
| }
|
|
|