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

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

Issue 952023002: Credential Manager API: pop up the new "Manage accounts" bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 00dbccac989b3bdc26488a5d326df26b2640dedc..114005d0963c7aee68b44e8396a1b1063cba213d 100644
--- a/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
+++ b/chrome/browser/ui/views/passwords/manage_passwords_bubble_view.h
@@ -69,9 +69,11 @@ class ManagePasswordsBubbleView : public ManagePasswordsBubble,
// ManagedFullScreenBubbleDelegateView:
views::View* GetInitiallyFocusedView() override;
void Init() override;
- void WindowClosing() override;
void Close() override;
+ // WidgetObserver:
+ void OnWidgetClosing(views::Widget* widget) override;
+
// Refreshes the bubble's state: called to display a confirmation screen after
// a user selects "Never for this site", for instance.
void Refresh();

Powered by Google App Engine
This is Rietveld 408576698