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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc

Issue 2971783002: Skeleton for showing "Show all saved passwords row" for Linux/CrOs/Windows platforms (Closed)
Patch Set: more comments adaressed Created 3 years, 5 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/autofill/autofill_popup_layout_model_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
index 4242fc2b8706f9a6f456de4bb588ea5b572d35f7..c3722e8b1199e0e9d6e5e15ded89e235375b50a8 100644
--- a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
@@ -110,7 +110,7 @@ TEST_F(AutofillPopupLayoutModelTest, RowWidthWithoutText) {
.Width(),
layout_model()->RowWidthWithoutText(3, /* with_label= */ true));
EXPECT_EQ(base_size + AutofillPopupLayoutModel::kHttpWarningNamePadding +
- AutofillPopupLayoutModel::kHttpWarningIconPadding +
+ AutofillPopupLayoutModel::kRightHandSideIconPapping +
layout_model()->GetIconImage(4).width(),
layout_model()->RowWidthWithoutText(4, /* with_label= */ true));
}

Powered by Google App Engine
This is Rietveld 408576698