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

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: removed kWarningTextColor 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
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..b11054c4dedda7a41ba9c2339b28f9402b053a32 100644
--- a/chrome/browser/ui/autofill/popup_constants.h
+++ b/chrome/browser/ui/autofill/popup_constants.h
@@ -16,8 +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);
constexpr SkColor kPopupBackground = SK_ColorWHITE;
constexpr SkColor kValueTextColor = SK_ColorBLACK;

Powered by Google App Engine
This is Rietveld 408576698