Chromium Code Reviews| Index: chrome/browser/ui/autofill/autofill_popup_layout_model.h |
| diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model.h b/chrome/browser/ui/autofill/autofill_popup_layout_model.h |
| index f82711148f4150ead6c589d3d6926def93f9b9c5..d6c97c9cb325a8deb1dbebdc2ecb87d314b2f65f 100644 |
| --- a/chrome/browser/ui/autofill/autofill_popup_layout_model.h |
| +++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.h |
| @@ -43,8 +43,8 @@ class AutofillPopupLayoutModel { |
| static const int kIconPadding = 5; |
| // The amount of horizontal padding around icons in pixels for HTTP warning |
| - // message. |
| - static const int kHttpWarningIconPadding = 8; |
| + // message and for Show all passwords fallback. |
|
vasilii
2017/07/12 13:20:13
Remove a space
Evan Stade
2017/07/12 17:53:52
I would rewrite this entire comment to be more gen
melandory
2017/07/12 23:13:47
Done.
|
| + static const int kPaddingBetweenLeftSideIconAndText = 8; |
| // The amount of padding at the end of the popup in pixels. |
| static const int kEndPadding = 8; |