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

Unified Diff: chrome/browser/views/detachable_toolbar_view.h

Issue 204026: Unified the color definitions for the dividers so that extension shelf is usi... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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/views/bookmark_bar_view.cc ('k') | chrome/browser/views/detachable_toolbar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/detachable_toolbar_view.h
===================================================================
--- chrome/browser/views/detachable_toolbar_view.h (revision 26228)
+++ chrome/browser/views/detachable_toolbar_view.h (working copy)
@@ -14,6 +14,11 @@
// 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() {}
« no previous file with comments | « chrome/browser/views/bookmark_bar_view.cc ('k') | chrome/browser/views/detachable_toolbar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698