summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/detachable_toolbar_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/detachable_toolbar_view.h')
-rw-r--r--chrome/browser/views/detachable_toolbar_view.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/views/detachable_toolbar_view.h b/chrome/browser/views/detachable_toolbar_view.h
index f831ea1..266a41d 100644
--- a/chrome/browser/views/detachable_toolbar_view.h
+++ b/chrome/browser/views/detachable_toolbar_view.h
@@ -14,6 +14,11 @@ struct SkRect;
// from the Chrome frame, such as the BookmarkBarView and the Extension shelf.
class DetachableToolbarView : public views::View {
public:
+ // The color gradient start value close to the edge of the divider.
+ static const SkColor kEdgeDividerColor;
+ // The color gradient value for the middle of the divider.
+ static const SkColor kMiddleDividerColor;
+
DetachableToolbarView() {}
virtual ~DetachableToolbarView() {}