Commit b0cd2470 authored by Thomas Tangl's avatar Thomas Tangl Committed by Commit Bot

[profile-menu] Remove line separators

TBR=droger@chromium.org

Bug: 995720
Change-Id: Ia980d12951d3a6615f4bbbd44ab1113f5feb6cb0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1848383Reviewed-by: default avatarThomas Tangl <tangltom@chromium.org>
Reviewed-by: default avatarDavid Roger <droger@chromium.org>
Commit-Queue: Thomas Tangl <tangltom@chromium.org>
Cr-Commit-Position: refs/heads/master@{#704164}
parent 9c9fa37d
......@@ -409,9 +409,6 @@ void ProfileMenuViewBase::AddAccountFeatureButton(
views::BoxLayout::Orientation::kVertical));
}
account_features_container_->AddChildView(
std::make_unique<views::Separator>());
views::Button* button =
account_features_container_->AddChildView(std::make_unique<HoverButton>(
this, SizeImage(ColorImage(icon, GetDefaultIconColor()), kIconSize),
......
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