| 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() {}
|
|
|
|
|