Index: chrome/browser/autofill/autofill_infobar_delegate_unittest.cc |
=================================================================== |
--- chrome/browser/autofill/autofill_infobar_delegate_unittest.cc (revision 42702) |
+++ chrome/browser/autofill/autofill_infobar_delegate_unittest.cc (working copy) |
@@ -111,10 +111,6 @@ |
std::wstring deny = l10n_util::GetString(IDS_AUTOFILL_INFOBAR_DENY); |
EXPECT_EQ(deny, |
infobar_->GetButtonLabel(ConfirmInfoBarDelegate::BUTTON_CANCEL)); |
- |
- // NOTREACHED if neither BUTTON_OK or BUTTON_CANCEL are passed in. |
- ASSERT_DEBUG_DEATH( |
- infobar_->GetButtonLabel(ConfirmInfoBarDelegate::BUTTON_NONE), ""); |
} |
TEST_F(AutoFillInfoBarDelegateTest, Accept) { |