| 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 f8b83025f0d8cf1f883399db17efb7030bace390..1627e3be24d96dd72461c51996eccaec922d865b 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| @@ -233,7 +233,8 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
|
|
|
| // Singleton instance of the Password bubble. The Password bubble can only be
|
| // shown on the active browser window, so there is no case in which it will be
|
| - // shown twice at the same time.
|
| + // shown twice at the same time. The instance is owned by the Bubble and will
|
| + // be deleted when the bubble closes.
|
| static ManagePasswordsBubbleView* manage_passwords_bubble_;
|
|
|
| ManagePasswordsIconView* anchor_view_;
|
|
|