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

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

Issue 9035010: Move frame color constants to CustomFrameView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « no previous file | 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 f19999647f70738ccf52b4993b7258b35081cf1b..1a5f37314fd3b27b6054a1ea07903152d6516eec 100644
--- a/ui/base/resource/resource_bundle.h
+++ b/ui/base/resource/resource_bundle.h
@@ -190,11 +190,6 @@ class UI_EXPORT ResourceBundle {
public:
#endif
- // TODO(glen): Move these into theme provider (dialogs still depend on
- // ResourceBundle).
- static const SkColor frame_color;
- static const SkColor frame_color_inactive;
-
// TODO(beng): These browser-specific concepts should move to ThemeProvider.
static const SkColor toolbar_color;
static const SkColor toolbar_separator_color;
« no previous file with comments | « no previous file | ui/base/resource/resource_bundle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698