| 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 6acad537c30cade0c50ac003af1081b893ed028d..2dfeb3f4cb116a2d4af6f9492e48e73c374149b8 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| @@ -159,6 +159,9 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
|
| // Closes any existing bubble.
|
| static void CloseBubble();
|
|
|
| + // Makes the bubble the foreground window.
|
| + static void ActivateBubble();
|
| +
|
| // Whether the bubble is currently showing.
|
| static bool IsShowing();
|
|
|
|
|