Chromium Code Reviews| Index: chrome/browser/ui/layout_constants.h |
| diff --git a/chrome/browser/ui/layout_constants.h b/chrome/browser/ui/layout_constants.h |
| index 4069716c0a3785a1f15f216ec8e03c54cbd5db3c..062f4523087f9c614883b0e4eec209228fdab70e 100644 |
| --- a/chrome/browser/ui/layout_constants.h |
| +++ b/chrome/browser/ui/layout_constants.h |
| @@ -22,6 +22,9 @@ enum LayoutConstant { |
| // The thickness of the location bar's border. |
| LOCATION_BAR_BORDER_THICKNESS, |
| + // Horizontal padding before the omnibox textfield. |
| + LOCATION_BAR_PRE_EDIT_SPACING, |
|
Peter Kasting
2016/05/25 20:23:03
Seems like this constant is no longer used.
Evan Stade
2016/05/25 21:03:26
Done.
|
| + |
| // The vertical padding between the edge of a location bar bubble and its |
| // contained text. |
| LOCATION_BAR_BUBBLE_FONT_VERTICAL_PADDING, |