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 96af180d8167db3c586792efe76d3abc731c62ef..a0f7fc05460460cf876c79fec5bdadf06f11f48b 100644 |
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h |
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h |
@@ -32,6 +32,9 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble, |
// Closes the existing bubble. |
static void CloseBubble(); |
+ // Closes the bubble if it's current tab isn't active. |
+ static void CloseBubbleForInactiveTab(); |
Mike West
2014/09/12 11:03:50
Nit: How about 'CloseBubbleIfTabIsInactive()'.
vasilii
2014/09/12 12:29:58
Done.
|
+ |
// Makes the bubble the foreground window. |
static void ActivateBubble(); |