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

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

Issue 2665433002: [Merge M57] Use uniform margin for icon, label and sublabel (Closed)
Patch Set: Created 3 years, 11 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.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
index a481c95c2d0f6a129a48c37d7e2b4500209fa565..23b09a7625c0d69902658be173a7c6fb0ab25cab 100644
--- a/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.cc
@@ -297,4 +297,8 @@ bool AutofillPopupLayoutModel::IsIconAtStart(int frontend_id) const {
(is_credit_card_popup_ && IsIconInCreditCardPopupAtStart());
}
+unsigned int AutofillPopupLayoutModel::GetMargin() const {
+ return GetPopupMargin();
+}
+
} // namespace autofill

Powered by Google App Engine
This is Rietveld 408576698