diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_infobar_delegate_unittest.cc')
-rw-r--r-- | chrome/browser/autofill/autofill_infobar_delegate_unittest.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/autofill/autofill_infobar_delegate_unittest.cc b/chrome/browser/autofill/autofill_infobar_delegate_unittest.cc index f2fd4d0..1c40557 100644 --- a/chrome/browser/autofill/autofill_infobar_delegate_unittest.cc +++ b/chrome/browser/autofill/autofill_infobar_delegate_unittest.cc @@ -111,10 +111,6 @@ TEST_F(AutoFillInfoBarDelegateTest, GetButtonLabel) { 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) { |