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

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

Issue 1729723003: Reland: Remove DialogDelegate::OnClosed() which is redundant with (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with fix Created 4 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/auto_signin_first_run_dialog_view.h
diff --git a/chrome/browser/ui/views/passwords/auto_signin_first_run_dialog_view.h b/chrome/browser/ui/views/passwords/auto_signin_first_run_dialog_view.h
index 67e4b0d95ec849e5f4899502c1d4160e2b4bb3e5..ae76e65d251b8ce07ea595ebc68c067a748e50b8 100644
--- a/chrome/browser/ui/views/passwords/auto_signin_first_run_dialog_view.h
+++ b/chrome/browser/ui/views/passwords/auto_signin_first_run_dialog_view.h
@@ -31,10 +31,10 @@ class AutoSigninFirstRunDialogView : public views::DialogDelegateView,
bool ShouldShowWindowTitle() const override;
bool ShouldShowCloseButton() const override;
views::View* GetInitiallyFocusedView() override;
+ void WindowClosing() override;
// views::DialogDelegate:
int GetDialogButtons() const override;
- void OnClosed() override;
// views::View
gfx::Size GetPreferredSize() const override;

Powered by Google App Engine
This is Rietveld 408576698