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

Unified Diff: chrome/browser/ui/views/first_run_dialog.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/first_run_dialog.h
diff --git a/chrome/browser/ui/views/first_run_dialog.h b/chrome/browser/ui/views/first_run_dialog.h
index 91fe12e456a101308ccf25e92089e4959b608f53..f9e0276fe6594c9c2795eccce1700ffc52370663 100644
--- a/chrome/browser/ui/views/first_run_dialog.h
+++ b/chrome/browser/ui/views/first_run_dialog.h
@@ -33,10 +33,12 @@ class FirstRunDialog : public views::DialogDelegateView,
// views::DialogDelegate:
views::View* CreateExtraView() override;
- void OnClosed() override;
bool Accept() override;
int GetDialogButtons() const override;
+ // views::WidgetDelegate:
+ void WindowClosing() override;
+
// views::LinkListener:
void LinkClicked(views::Link* source, int event_flags) override;

Powered by Google App Engine
This is Rietveld 408576698