summaryrefslogtreecommitdiffstats
path: root/ui/views/color_constants.cc
diff options
context:
space:
mode:
authorestade <estade@chromium.org>2015-09-24 17:11:58 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-25 00:12:26 +0000
commit3b26eed507eb8dcd1ba288a851203cdb5eb115e2 (patch)
treea9ec803a05999d6d2081dc0ec351521eb1b7d0b5 /ui/views/color_constants.cc
parentd1031426306046f68e3b6f81ed971b90f8e49a71 (diff)
downloadchromium_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.cc11
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