Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: chrome/browser/autofill/autofill_infobar_delegate_unittest.cc

Issue 1400001: Removing AutoFill Death Tests (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {
« no previous file with comments | « chrome/browser/autofill/address_field_unittest.cc ('k') | chrome/browser/autofill/billing_address_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698