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

Unified Diff: chrome/browser/ui/views/first_run_dialog.h

Issue 1730893002: Revert of Remove DialogDelegate::OnClosed() which is redundant with (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 f9e0276fe6594c9c2795eccce1700ffc52370663..91fe12e456a101308ccf25e92089e4959b608f53 100644
--- a/chrome/browser/ui/views/first_run_dialog.h
+++ b/chrome/browser/ui/views/first_run_dialog.h
@@ -33,11 +33,9 @@
// 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