Index: chrome/browser/autofill/autofill_cc_infobar_delegate.cc |
=================================================================== |
--- chrome/browser/autofill/autofill_cc_infobar_delegate.cc (revision 72676) |
+++ chrome/browser/autofill/autofill_cc_infobar_delegate.cc (working copy) |
@@ -51,10 +51,6 @@ |
return l10n_util::GetStringUTF16(IDS_AUTOFILL_CC_INFOBAR_TEXT); |
} |
-int AutoFillCCInfoBarDelegate::GetButtons() const { |
- return BUTTON_OK | BUTTON_CANCEL; |
-} |
- |
string16 AutoFillCCInfoBarDelegate::GetButtonLabel(InfoBarButton button) const { |
return l10n_util::GetStringUTF16((button == BUTTON_OK) ? |
IDS_AUTOFILL_CC_INFOBAR_ACCEPT : IDS_AUTOFILL_CC_INFOBAR_DENY); |