| Index: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| index 170b63424089b189dac82647269cb402e80306af..bf165857a7e626ea398e06d88028fa5c38f237af 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| @@ -40,6 +40,11 @@ class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
|
| return manage_passwords_bubble_;
|
| }
|
|
|
| + ManagePasswordsBubbleView(content::WebContents* web_contents,
|
| + views::View* anchor_view,
|
| + const gfx::Point& anchor_point,
|
| + DisplayReason reason);
|
| +
|
| content::WebContents* web_contents() const;
|
|
|
| #if defined(UNIT_TEST)
|
| @@ -62,9 +67,6 @@ class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
|
| class SignInPromoView;
|
| class UpdatePendingView;
|
|
|
| - ManagePasswordsBubbleView(content::WebContents* web_contents,
|
| - views::View* anchor_view,
|
| - DisplayReason reason);
|
| ~ManagePasswordsBubbleView() override;
|
|
|
| // LocationBarBubbleDelegateView:
|
|
|