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); |