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

Unified Diff: ui/base/resource/resource_bundle.cc

Issue 9602003: Extract the last SkColor from ResourceBundle API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add color_constants.h Created 8 years, 10 months 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
« no previous file with comments | « ui/base/resource/resource_bundle.h ('k') | ui/views/color_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « ui/base/resource/resource_bundle.h ('k') | ui/views/color_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698