Chromium Code Reviews| 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..17c93dd73a8e12139af326e2332bf51fc5a096a5 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 foreground window. |
|
Mike West
2014/08/05 16:41:55
Nit: "the foreground window"
vasilii
2014/08/06 09:14:01
Done.
|
| + static void ActivateBubble(); |
| + |
| // Whether the bubble is currently showing. |
| static bool IsShowing(); |