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

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

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 | « chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc ('k') | ui/base/resource/resource_bundle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/resource/resource_bundle.h
diff --git a/ui/base/resource/resource_bundle.h b/ui/base/resource/resource_bundle.h
index d8f5119cf7ed94eaf3f7265bbee96e3989c4a1ce..fdd8934ee39570b18f17d1aab9654a86a48f49b3 100644
--- a/ui/base/resource/resource_bundle.h
+++ b/ui/base/resource/resource_bundle.h
@@ -27,9 +27,6 @@
#include "ui/gfx/native_widget_types.h"
class SkBitmap;
-// Don't use uint32 or uint32_t here because Eclipse's indexer gets confused.
-// This can be removed when the static colors are moved to ThemeProvider.
-typedef unsigned int SkColor;
namespace base {
class Lock;
@@ -191,9 +188,6 @@ class UI_EXPORT ResourceBundle {
public:
#endif
- // TODO(beng): These browser-specific concepts should move to ThemeProvider.
- static const SkColor toolbar_color;
-
private:
FRIEND_TEST_ALL_PREFIXES(ResourceBundle, LoadDataResourceBytes);
« no previous file with comments | « chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc ('k') | ui/base/resource/resource_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698