| 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 8aa5e26f9b4deb3380fc60777f6cad7c093426b5..22fd6a2733b43c701a29879d29fb570339d23ec8 100644
|
| --- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| +++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
|
| @@ -30,7 +30,7 @@ class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
|
| DisplayReason reason);
|
|
|
| // Closes the existing bubble.
|
| - static void CloseBubble();
|
| + static void CloseCurrentBubble();
|
|
|
| // Makes the bubble the foreground window.
|
| static void ActivateBubble();
|
| @@ -71,7 +71,7 @@ class ManagePasswordsBubbleView : public LocationBarBubbleDelegateView {
|
| // LocationBarBubbleDelegateView:
|
| views::View* GetInitiallyFocusedView() override;
|
| void Init() override;
|
| - void Close() override;
|
| + void CloseBubble() override;
|
|
|
| // WidgetDelegate:
|
| base::string16 GetWindowTitle() const override;
|
|
|