| 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 6e7ee55c94bae88f9ec7518d397a25c3c7c55028..f1404ecf239443d4726e418a1c6a5458035c9de6 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
|
| @@ -112,9 +112,15 @@ class IconLabelBubbleView : public views::InkDropHostView {
|
| // (or image, if the label is invisible) to the trailing edge of the view.
|
| int GetOuterPadding(bool leading) const;
|
|
|
| + // Horizontal position of the image trailing edge (i.e. just after the image).
|
| + int GetImageTrailingEdge() const;
|
| +
|
| // Spacing between the image and the label.
|
| int GetInternalSpacing() const;
|
|
|
| + // Padding after the separator.
|
| + int GetPostSeparatorPadding() const;
|
| +
|
| // views::View:
|
| const char* GetClassName() const override;
|
| void OnPaint(gfx::Canvas* canvas) override;
|
|
|