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

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

Issue 2203963002: [Autofill] Credit Card Signin promo: no bg color, no smaller font. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/browser/ui/autofill/autofill_popup_layout_model.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/autofill/popup_constants.h
diff --git a/chrome/browser/ui/autofill/popup_constants.h b/chrome/browser/ui/autofill/popup_constants.h
index bf3ad95fe45d5c5755833843ab038cedb4ebf10b..54ed5159cc737b603b17aa3c4204d960c7f6c713 100644
--- a/chrome/browser/ui/autofill/popup_constants.h
+++ b/chrome/browser/ui/autofill/popup_constants.h
@@ -16,7 +16,6 @@ const int kPopupBorderThickness = 1;
const SkColor kBorderColor = SkColorSetRGB(0xC7, 0xCA, 0xCE);
const SkColor kHoveredBackgroundColor = SkColorSetRGB(0xCD, 0xCD, 0xCD);
const SkColor kLabelTextColor = SkColorSetRGB(0x64, 0x64, 0x64);
-const SkColor kPromoPopupBackground = SkColorSetRGB(0xFA, 0xFA, 0xFA);
const SkColor kWarningTextColor = SkColorSetRGB(0x64, 0x64, 0x64);
Evan Stade 2016/08/03 12:53:45 nit: can we combine label and warning colors
constexpr SkColor kPopupBackground = SK_ColorWHITE;
constexpr SkColor kValueTextColor = SK_ColorBLACK;
« no previous file with comments | « chrome/browser/ui/autofill/autofill_popup_layout_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698