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 bcdcaf6fa79b3104cd20d627bffa6840c479085f..8ea89deb245147aea4134ae2707c5588e899076f 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc |
@@ -287,13 +287,6 @@ void AutofillPopupControllerImpl::AcceptSuggestion(size_t index) { |
index); |
} |
-bool AutofillPopupControllerImpl::IsWarning(size_t index) const { |
- return suggestions_[index].frontend_id == |
- POPUP_ITEM_ID_INSECURE_CONTEXT_PAYMENT_DISABLED_MESSAGE || |
- suggestions_[index].frontend_id == |
- POPUP_ITEM_ID_HTTP_NOT_SECURE_WARNING_MESSAGE; |
-} |
- |
gfx::Rect AutofillPopupControllerImpl::popup_bounds() const { |
return layout_model_.popup_bounds(); |
} |