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..4964b224f501a8d56d556512efd1d2ff0e298943 100644 |
--- a/chrome/browser/ui/views/layout_constants.h |
+++ b/chrome/browser/ui/views/layout_constants.h |
@@ -74,6 +74,9 @@ enum LayoutConstant { |
// The horizontal space between most items in the toolbar. |
TOOLBAR_STANDARD_SPACING, |
+ |
+ // Vertical offset from top of content to the top of find bar. |
+ FIND_BAR_VERTICAL_OFFSET, |
tdanderson
2015/10/09 18:12:09
nit: keep in alphabetical order (here and in the .
varkha
2015/10/09 18:20:36
Done.
|
}; |
enum LayoutInset { |