| Index: chrome/browser/ui/views/location_bar/location_bar_layout.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/location_bar/location_bar_layout.h (revision 202226)
|
| +++ chrome/browser/ui/views/location_bar/location_bar_layout.h (working copy)
|
| @@ -26,9 +26,7 @@
|
| RIGHT_EDGE,
|
| };
|
|
|
| - LocationBarLayout(Position position,
|
| - int item_edit_padding,
|
| - int edge_edit_padding);
|
| + LocationBarLayout(Position position, int item_edit_padding);
|
| virtual ~LocationBarLayout();
|
|
|
| // Add a decoration, specifying:
|
| @@ -98,9 +96,6 @@
|
| // The padding between the last decoration and the edit box.
|
| int item_edit_padding_;
|
|
|
| - // The padding between the edge and the edit box, if there are no decorations.
|
| - int edge_edit_padding_;
|
| -
|
| // The list of decorations to layout.
|
| Decorations decorations_;
|
|
|
|
|