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

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

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.h
diff --git a/chrome/browser/ui/views/autofill/autofill_popup_base_view.h b/chrome/browser/ui/views/autofill/autofill_popup_base_view.h
index 1e636c5115d46051f10aed237b90a521f7ede15b..107c8a9a29647e6e30c4c5b68d25a78629e431f8 100644
--- a/chrome/browser/ui/views/autofill/autofill_popup_base_view.h
+++ b/chrome/browser/ui/views/autofill/autofill_popup_base_view.h
@@ -33,6 +33,7 @@ class AutofillPopupBaseView : public views::WidgetDelegateView,
static const SkColor kHoveredBackgroundColor;
static const SkColor kItemTextColor;
static const SkColor kPopupBackground;
+ static const SkColor kPromoPopupBackground;
static const SkColor kValueTextColor;
static const SkColor kWarningTextColor;

Powered by Google App Engine
This is Rietveld 408576698