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

Unified Diff: chrome/browser/ui/views/autofill/autofill_popup_base_view.cc

Issue 2152243002: [Autofill] Tweak credit card signin promo visually. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/views/autofill/autofill_popup_base_view.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc b/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
index d30906304632589be42db1b51945176d93339eec..a899c7db83cb33d6f7782708397a1bbd8e9d1148 100644
--- a/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
+++ b/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
@@ -23,6 +23,8 @@ const SkColor AutofillPopupBaseView::kHoveredBackgroundColor =
const SkColor AutofillPopupBaseView::kItemTextColor =
Evan Stade 2016/07/15 17:27:08 s/Item/Label (?)
Mathieu 2016/07/15 19:30:20 Done.
SkColorSetRGB(0x64, 0x64, 0x64);
const SkColor AutofillPopupBaseView::kPopupBackground = SK_ColorWHITE;
+const SkColor AutofillPopupBaseView::kPromoPopupBackground =
+ SkColorSetRGB(0xFA, 0xFA, 0xFA);
const SkColor AutofillPopupBaseView::kValueTextColor = SK_ColorBLACK;
const SkColor AutofillPopupBaseView::kWarningTextColor =
SkColorSetRGB(0x64, 0x64, 0x64);

Powered by Google App Engine
This is Rietveld 408576698