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

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

Issue 1686433002: Remove DialogDelegate::OnClosed() which is redundant with (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 9c370cb4ec6ddb8914dd11168619053f1f7ce0c2..eebe23591a6b438b82abbbc7860b8a6374898c0d 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::ButtonListener:
void ButtonPressed(views::Button* sender, const ui::Event& event) override;

Powered by Google App Engine
This is Rietveld 408576698