Commit fb666d0d authored by mkwst@chromium.org's avatar mkwst@chromium.org

Password bubble: Remove underline from "Manage Passwords" link.

BUG=261628

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260215 0039d316-1c4b-4281-b951-d872f2087c98
parent b9e9033c
......@@ -324,6 +324,7 @@ void ManagePasswordsBubbleView::Init() {
manage_link_ =
new views::Link(manage_passwords_bubble_model_->manage_link());
manage_link_->SetUnderline(false);
manage_link_->set_listener(this);
layout->StartRowWithPadding(0, kSingleButtonSetId,
0, views::kRelatedControlVerticalSpacing);
......
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