Commit b95abc9b authored by estade's avatar estade Committed by Commit bot

Remove unnecessary call to SetHorizontalAlignment in ZoomBubbleView

ALIGN_CENTER is already default for STYLE_BUTTON.

BUG=none

Review URL: https://codereview.chromium.org/1556543002

Cr-Commit-Position: refs/heads/master@{#367198}
parent ac19124b
......@@ -191,7 +191,6 @@ void ZoomBubbleView::Init() {
views::LabelButton* set_default_button = new views::LabelButton(
this, l10n_util::GetStringUTF16(IDS_ZOOM_SET_DEFAULT));
set_default_button->SetStyle(views::Button::STYLE_BUTTON);
set_default_button->SetHorizontalAlignment(gfx::ALIGN_CENTER);
grid_layout->AddView(set_default_button);
StartTimerIfNecessary();
......
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