Index: ui/base/resource/resource_bundle.cc |
diff --git a/ui/base/resource/resource_bundle.cc b/ui/base/resource/resource_bundle.cc |
index d0ad99f2f19c2ddf738bfd0f1469ea0c492508e3..e2dbaa3da91f8c39c821350e98794757a63ec23b 100644 |
--- a/ui/base/resource/resource_bundle.cc |
+++ b/ui/base/resource/resource_bundle.cc |
@@ -44,10 +44,6 @@ const int kLargeFontSizeDelta = 8; |
ResourceBundle* ResourceBundle::g_shared_instance_ = NULL; |
// static |
-const SkColor ResourceBundle::toolbar_color = |
- SkColorSetRGB(210, 225, 246); |
- |
-// static |
std::string ResourceBundle::InitSharedInstanceWithLocale( |
const std::string& pref_locale) { |
DCHECK(g_shared_instance_ == NULL) << "ResourceBundle initialized twice"; |