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

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

Issue 8574033: Beginnings of Window Modality support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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
Index: ui/base/resource/resource_bundle.h
===================================================================
--- ui/base/resource/resource_bundle.h (revision 110305)
+++ ui/base/resource/resource_bundle.h (working copy)
@@ -189,6 +189,8 @@
// 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 frame_color_app_panel;
static const SkColor frame_color_app_panel_inactive;
static const SkColor frame_color_incognito;

Powered by Google App Engine
This is Rietveld 408576698