| 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 563bcab8f607a2118806e2382099d4c388432adb..c24d747417574a32ba99533ad1efccf572829799 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| @@ -138,6 +138,9 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
|
| // Whether the bubble is currently showing.
|
| static bool IsShowing();
|
|
|
| + // Returns a pointer to the bubble.
|
| + static const ManagePasswordsBubbleView* Bubble();
|
| +
|
| private:
|
| ManagePasswordsBubbleView(content::WebContents* web_contents,
|
| ManagePasswordsIconView* anchor_view,
|
|
|