Commit a76e6fb6 authored by Charlene Yan's avatar Charlene Yan Committed by Commit Bot

Remove unused constants from menu_button.h

Change-Id: I076892df0b6e105c8a0af8fb4ef98a8f2464bd75
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731955Reviewed-by: default avatarRobert Liao <robliao@chromium.org>
Commit-Queue: Robert Liao <robliao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#683411}
parent 6fc2b938
......@@ -25,10 +25,6 @@ class VIEWS_EXPORT MenuButton : public LabelButton {
public:
METADATA_HEADER(MenuButton);
// How much padding to put on the left and right of the menu marker.
static constexpr int kMenuMarkerPaddingLeft = 3;
static constexpr int kMenuMarkerPaddingRight = -1;
// Create a Button.
MenuButton(const base::string16& text,
MenuButtonListener* menu_button_listener,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment