diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-15 22:05:52 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-15 22:05:52 +0000 |
commit | 34fce2a5030cb53a1e2decb37b5f7517f98457f7 (patch) | |
tree | 06613242809aa025f8f152ffc9e7b6a923c7be4a /chrome/browser/views/detachable_toolbar_view.h | |
parent | 910a39ca11c5cfa20cb03e408586b63d3ac321d8 (diff) | |
download | chromium_src-34fce2a5030cb53a1e2decb37b5f7517f98457f7.zip chromium_src-34fce2a5030cb53a1e2decb37b5f7517f98457f7.tar.gz chromium_src-34fce2a5030cb53a1e2decb37b5f7517f98457f7.tar.bz2 |
Unified the color definitions for the dividers so that extension shelf is using the same values as the bookmark bar. The bookmark bar dividers looked much better against very light background than the extension shelf ones did.
BUG=18452
TEST=The dividers should look like the bookmark ones and should not look bad against very light colored backgrounds.
Review URL: http://codereview.chromium.org/204026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26274 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views/detachable_toolbar_view.h')
-rw-r--r-- | chrome/browser/views/detachable_toolbar_view.h | 5 |
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() {} |