| 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 a30edd48f5c13ac6c56a35dec78ef4c44e14b926..11d535eea0bf040b715c4cce11e5e7e2f27114fb 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc
|
| @@ -778,9 +778,6 @@ ManagePasswordsBubbleView::ManagePasswordsBubbleView(
|
| reason == AUTOMATIC ? ManagePasswordsBubbleModel::AUTOMATIC
|
| : ManagePasswordsBubbleModel::USER_ACTION),
|
| initially_focused_view_(nullptr) {
|
| - // Compensate for built-in vertical padding in the anchor view's image.
|
| - set_anchor_view_insets(gfx::Insets(5, 0, 5, 0));
|
| -
|
| mouse_handler_.reset(new WebContentMouseHandler(this));
|
| }
|
|
|
|
|