|
1 | 1 | diff --git a/chrome/browser/ui/views/location_bar/location_bar_view.cc b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
2 |
| -index a73def499ab3ebe3365e64e561b96f4aec06782d..eb220b1ac093a2874399db2a453ac9848f103359 100644 |
| 2 | +index c8b554ffbe853d26eed6cab557daa55f7112f182..427a01290a3972c0096b43ad3cf2708d9bd5088c 100644 |
3 | 3 | --- a/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
4 | 4 | +++ b/chrome/browser/ui/views/location_bar/location_bar_view.cc
|
5 |
| -@@ -705,6 +705,7 @@ void LocationBarView::Layout(PassKey) { |
| 5 | +@@ -714,6 +714,7 @@ void LocationBarView::Layout(PassKey) { |
6 | 6 | // Indentation add padding when the permission chip is visible and replacing
|
7 | 7 | // the LHS icon.
|
8 | 8 | int text_overriding_permission_chip_indent = 0;
|
9 | 9 | + BRAVE_LAYOUT_LEADING_DECORATIONS
|
10 | 10 | if (should_indent) {
|
11 | 11 | icon_left += icon_indent;
|
12 | 12 | text_left += text_indent;
|
13 |
| -@@ -791,6 +792,7 @@ void LocationBarView::Layout(PassKey) { |
| 13 | +@@ -801,6 +802,7 @@ void LocationBarView::Layout(PassKey) { |
14 | 14 | }
|
15 | 15 | };
|
16 | 16 |
|
17 | 17 | + BRAVE_LAYOUT_RIGHT_MOST_TRAILING_DECORATIONS
|
18 | 18 | add_trailing_decoration(page_action_icon_container_,
|
19 | 19 | /*intra_item_padding=*/0);
|
20 | 20 | for (ContentSettingImageView* view : base::Reversed(content_setting_views_)) {
|
21 |
| -@@ -804,6 +806,7 @@ void LocationBarView::Layout(PassKey) { |
| 21 | +@@ -814,6 +816,7 @@ void LocationBarView::Layout(PassKey) { |
22 | 22 | }
|
23 | 23 |
|
24 | 24 | add_trailing_decoration(clear_all_button_, /*intra_item_padding=*/0);
|
|
0 commit comments