| Index: chrome/browser/ui/views/layout_constants.h
|
| diff --git a/chrome/browser/ui/views/layout_constants.h b/chrome/browser/ui/views/layout_constants.h
|
| index 0125719c2b30458fd088da17b716e8e27273c9e0..b44893851c53f355026f90d32c43f591140323b4 100644
|
| --- a/chrome/browser/ui/views/layout_constants.h
|
| +++ b/chrome/browser/ui/views/layout_constants.h
|
| @@ -8,6 +8,9 @@
|
| #include "ui/gfx/geometry/insets.h"
|
|
|
| enum LayoutConstant {
|
| + // Vertical offset from top of content to the top of find bar.
|
| + FIND_BAR_TOOLBAR_OVERLAP,
|
| +
|
| // Horizontal padding applied between items of icon-label views.
|
| ICON_LABEL_VIEW_INTERNAL_PADDING,
|
|
|
|
|