| 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 6473184eadf65474d343151d4f7d8ea8de7e3194..f1eafa70673fdf21ee99b7323aa1822b2c684237 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| @@ -191,6 +191,8 @@ int AutofillPopupControllerImpl::GetIconResourceID(
|
| }
|
|
|
| bool AutofillPopupControllerImpl::CanDelete(size_t index) {
|
| + // TODO(isherman): AddressBook suggestions on Mac should not be drawn as
|
| + // deleteable.
|
| int id = identifiers_[index];
|
| return id > 0 ||
|
| id == WebAutofillClient::MenuItemIDAutocompleteEntry ||
|
|
|