| 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_
|
|
|