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

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

Issue 2496683003: Http Bad: Add a PopupItemId to identify http warning message (Closed)
Patch Set: update Created 4 years, 1 month 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 b11054c4dedda7a41ba9c2339b28f9402b053a32..30c1dfc7759425d8dfab5dd478a48e409ba69ded 100644
--- a/chrome/browser/ui/autofill/popup_constants.h
+++ b/chrome/browser/ui/autofill/popup_constants.h
@@ -13,6 +13,8 @@ namespace autofill {
const int kPopupBorderThickness = 1;
// Various colors used in the Autofill popup.
+// TODO(crbug.com/666523): These colors ought to be replaced by getting colors
+// from ui::NativeTheme for consistency and accessibility.
const SkColor kBorderColor = SkColorSetRGB(0xC7, 0xCA, 0xCE);
const SkColor kHoveredBackgroundColor = SkColorSetRGB(0xCD, 0xCD, 0xCD);
const SkColor kLabelTextColor = SkColorSetRGB(0x64, 0x64, 0x64);

Powered by Google App Engine
This is Rietveld 408576698