diff options
author | estade <estade@chromium.org> | 2015-09-24 17:11:58 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-25 00:12:26 +0000 |
commit | 3b26eed507eb8dcd1ba288a851203cdb5eb115e2 (patch) | |
tree | a9ec803a05999d6d2081dc0ec351521eb1b7d0b5 /ui/views/color_constants.cc | |
parent | d1031426306046f68e3b6f81ed971b90f8e49a71 (diff) | |
download | chromium_src-3b26eed507eb8dcd1ba288a851203cdb5eb115e2.zip chromium_src-3b26eed507eb8dcd1ba288a851203cdb5eb115e2.tar.gz chromium_src-3b26eed507eb8dcd1ba288a851203cdb5eb115e2.tar.bz2 |
Share the same value of red for various error states.
This also changes the shade of red as per sgabriel's recommendation.
BUG=none
Review URL: https://codereview.chromium.org/1358203004
Cr-Commit-Position: refs/heads/master@{#350714}
Diffstat (limited to 'ui/views/color_constants.cc')
-rw-r--r-- | ui/views/color_constants.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ui/views/color_constants.cc b/ui/views/color_constants.cc deleted file mode 100644 index f28a2fd..0000000 --- a/ui/views/color_constants.cc +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright (c) 2012 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -#include "ui/views/color_constants.h" - -namespace views { - -const SkColor kWarningColor = SkColorSetRGB(0xd3, 0x2f, 0x2f); - -} // namespace views |