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

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

Issue 2971783002: Skeleton for showing "Show all saved passwords row" for Linux/CrOs/Windows platforms (Closed)
Patch Set: Fix ios compilation 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.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..0a77b9ec14751bd0733913a92ec5883c788ad411 100644
--- a/chrome/browser/ui/autofill/autofill_popup_layout_model.h
+++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.h
@@ -44,7 +44,7 @@ class AutofillPopupLayoutModel {
// The amount of horizontal padding around icons in pixels for HTTP warning
vasilii 2017/07/10 17:17:57 Update the comment
melandory 2017/07/11 16:00:02 Done.
// message.
- static const int kHttpWarningIconPadding = 8;
+ static const int kLeftSideIconTextPadding = 8;
vasilii 2017/07/10 17:17:57 I think that the name is confusing. I feel like it
melandory 2017/07/11 16:00:02 Did another try to rename it.
// The amount of padding at the end of the popup in pixels.
static const int kEndPadding = 8;

Powered by Google App Engine
This is Rietveld 408576698