Index: chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration_unittest.mm b/chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration_unittest.mm |
index 0bc1113bfdda83df99b71d30f9b805b09991c14d..af800966b73b3b54cbc8526a1e67c37711989798 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration_unittest.mm |
+++ b/chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration_unittest.mm |
@@ -158,16 +158,6 @@ INSTANTIATE_TEST_CASE_P( |
::testing::ValuesIn(managerActiveOnPageAndBlacklistedTests)); |
ManagePasswordsTestCase managerActiveOnPageAndPendingTests[] = { |
- {.state = password_manager::ui::PENDING_PASSWORD_AND_BUBBLE_STATE, |
- .active = true, |
- .visible = true, |
- .image = IDR_SAVE_PASSWORD_ACTIVE, |
- .toolTip = IDS_PASSWORD_MANAGER_TOOLTIP_SAVE}, |
- {.state = password_manager::ui::PENDING_PASSWORD_AND_BUBBLE_STATE, |
- .active = false, |
- .visible = true, |
- .image = IDR_SAVE_PASSWORD_INACTIVE, |
- .toolTip = IDS_PASSWORD_MANAGER_TOOLTIP_SAVE}, |
{.state = password_manager::ui::PENDING_PASSWORD_STATE, |
.active = true, |
.visible = true, |