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

Unified Diff: chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration_unittest.mm

Issue 928753003: Clean password_manager::ui::State (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master Created 5 years, 10 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/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,
« no previous file with comments | « chrome/browser/ui/browser_commands.cc ('k') | chrome/browser/ui/cocoa/passwords/manage_password_item_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698