| Index: chrome/browser/ui/views/toolbar/toolbar_button.h
|
| diff --git a/chrome/browser/ui/views/toolbar/toolbar_button.h b/chrome/browser/ui/views/toolbar/toolbar_button.h
|
| index c3a3207c1b024551fabe1b9c188ea923855522ce..04e0dfa6d7e46e1aa3952143ae3253db67aa7ebb 100644
|
| --- a/chrome/browser/ui/views/toolbar/toolbar_button.h
|
| +++ b/chrome/browser/ui/views/toolbar/toolbar_button.h
|
| @@ -33,6 +33,9 @@ class MenuRunner;
|
| class ToolbarButton : public views::LabelButton,
|
| public views::ContextMenuController {
|
| public:
|
| + // Padding inside the border (around the image).
|
| + static constexpr int kInteriorPadding = 6;
|
| +
|
| // Takes ownership of the |model|, which can be null if no menu
|
| // is to be shown.
|
| ToolbarButton(Profile* profile,
|
|
|