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

Unified Diff: ui/gfx/color_palette.h

Issue 2465723004: Make download warning icon and text more consistent (Closed)
Patch Set: rebase 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: ui/gfx/color_palette.h
diff --git a/ui/gfx/color_palette.h b/ui/gfx/color_palette.h
index 9fae86f7b38591ff94a9e4650e50f8cf3af6e519..aba92a3d1a16e52b36b889b76f3b54aa098dc254 100644
--- a/ui/gfx/color_palette.h
+++ b/ui/gfx/color_palette.h
@@ -31,6 +31,8 @@ const SkColor kGoogleYellow700 = SkColorSetRGB(0xF0, 0x93, 0x00);
// sometimes listed as 0.38a.
const SkAlpha kDisabledControlAlpha = 0x61;
+const SkColor kSafeBrowsingWarningRed = SkColorSetRGB(0xDD, 0x43, 0x30);
+
} // namespace gfx
#endif // UI_GFX_COLOR_PALETTE_H_

Powered by Google App Engine
This is Rietveld 408576698