| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| index 7b5d37e0dfeb9b652ca2ef4b191108c954cc60d9..5d7f5f9c95636f78f16e45ce0c143fe32ca7db3e 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| @@ -99,6 +99,9 @@ class IconLabelBubbleView : public views::InkDropHostView {
|
| // Spacing between the image and the label.
|
| int GetInternalSpacing() const;
|
|
|
| + // Returns the amount of space reserved for the separator in DIP.
|
| + int GetSeparatorLayoutWidth() const;
|
| +
|
| // Padding after the separator.
|
| int GetPostSeparatorPadding() const;
|
|
|
|
|