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

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: transparent color 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..3a0570baa0609ee9bc900fe946c4ee7b06fd873a 100644
--- a/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
+++ b/chrome/browser/ui/views/autofill/autofill_popup_base_view.cc
@@ -16,17 +16,6 @@
namespace autofill {
-const SkColor AutofillPopupBaseView::kBorderColor =
- SkColorSetRGB(0xC7, 0xCA, 0xCE);
-const SkColor AutofillPopupBaseView::kHoveredBackgroundColor =
- SkColorSetRGB(0xCD, 0xCD, 0xCD);
-const SkColor AutofillPopupBaseView::kItemTextColor =
- SkColorSetRGB(0x64, 0x64, 0x64);
-const SkColor AutofillPopupBaseView::kPopupBackground = SK_ColorWHITE;
-const SkColor AutofillPopupBaseView::kValueTextColor = SK_ColorBLACK;
-const SkColor AutofillPopupBaseView::kWarningTextColor =
- SkColorSetRGB(0x64, 0x64, 0x64);
-
AutofillPopupBaseView::AutofillPopupBaseView(
AutofillPopupViewDelegate* delegate,
views::Widget* parent_widget)

Powered by Google App Engine
This is Rietveld 408576698