| 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 c24d747417574a32ba99533ad1efccf572829799..1784434d994e9dc57d019c219d5e6c9b816def05 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| @@ -139,7 +139,9 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
|
| static bool IsShowing();
|
|
|
| // Returns a pointer to the bubble.
|
| - static const ManagePasswordsBubbleView* Bubble();
|
| + static const ManagePasswordsBubbleView* manage_password_bubble() {
|
| + return manage_passwords_bubble_;
|
| + }
|
|
|
| private:
|
| ManagePasswordsBubbleView(content::WebContents* web_contents,
|
|
|