| Index: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
|
| index cdf2f6eafd3ba7bc6c547c893235873cce492f46..c95c02b8907a83769d6ecf07a3c904b97c2891bc 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
|
| @@ -768,11 +768,6 @@ ManagePasswordsBubbleView::ManagePasswordsBubbleView(
|
| : ManagePasswordsBubbleModel::USER_ACTION),
|
| initially_focused_view_(nullptr) {
|
| mouse_handler_.reset(new WebContentMouseHandler(this, this->web_contents()));
|
| - // Set title margins to make the title and the content left aligned.
|
| - const int side_margin = margins().left();
|
| - set_title_margins(gfx::Insets(ChromeLayoutProvider::Get()->GetDistanceMetric(
|
| - DISTANCE_PANEL_CONTENT_MARGIN),
|
| - side_margin, 0, side_margin));
|
| }
|
|
|
| ManagePasswordsBubbleView::~ManagePasswordsBubbleView() {
|
|
|