Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3921)

Unified Diff: chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h

Issue 1759453002: Convert location bar bubble delegates to bubble dialog delegates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ImmersiveFullscreenController Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698