| Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| index 7cdca6c774095b94854d878f2f4ce81c36948e75..bed581f497d3ad993e44911a729682889a250a5d 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| @@ -463,12 +463,9 @@ bool AutofillPopupControllerImpl::RemoveSelectedLine() {
|
| }
|
|
|
| bool AutofillPopupControllerImpl::CanAccept(int id) {
|
| - // TODO(lshang): Make POPUP_ITEM_ID_HTTP_NOT_SECURE_WARNING_MESSAGE clickable
|
| - // and redirect to chrome security connection help center page.
|
| return id != POPUP_ITEM_ID_SEPARATOR &&
|
| id != POPUP_ITEM_ID_INSECURE_CONTEXT_PAYMENT_DISABLED_MESSAGE &&
|
| - id != POPUP_ITEM_ID_TITLE &&
|
| - id != POPUP_ITEM_ID_HTTP_NOT_SECURE_WARNING_MESSAGE;
|
| + id != POPUP_ITEM_ID_TITLE;
|
| }
|
|
|
| bool AutofillPopupControllerImpl::HasSuggestions() {
|
|
|