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

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: . 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
« no previous file with comments | « chrome/app/vector_icons/open_in_new.icon ('k') | chrome/browser/ui/autofill/autofill_popup_layout_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a09a6d59263e2f927a7466c8f0ad5222ba158c4d..26340cf2e59b39677ffbbc2bcd2a4e8e8487b91e 100644
--- a/chrome/browser/ui/autofill/autofill_popup_layout_model.h
+++ b/chrome/browser/ui/autofill/autofill_popup_layout_model.h
@@ -32,21 +32,21 @@ class AutofillPopupLayoutModel {
~AutofillPopupLayoutModel();
// The minimum amount of padding between the Autofill name and subtext,
- // in pixels.
+ // in dip.
static const int kNamePadding = 15;
// The minimum amount of padding between the Autofill http warning message
- // name and subtext, in pixels.
+ // name and subtext, in dip.
static const int kHttpWarningNamePadding = 8;
- // The amount of padding around icons in pixels.
+ // The amount of padding around icons in dip.
static const int kIconPadding = 5;
- // The amount of horizontal padding around icons in pixels for HTTP warning
- // message.
- static const int kHttpWarningIconPadding = 8;
+ // The amount of horizontal padding around icons in dip for the case, when
+ // icon is located on the left side.
+ static const int kPaddingAfterLeadingIcon = 8;
- // The amount of padding at the end of the popup in pixels.
+ // The amount of padding at the end of the popup in dip.
static const int kEndPadding = 8;
#if !defined(OS_ANDROID)
« no previous file with comments | « chrome/app/vector_icons/open_in_new.icon ('k') | chrome/browser/ui/autofill/autofill_popup_layout_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698