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

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

Issue 280483003: wm: Change the DispatcherClient interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self-nit Created 6 years, 7 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 2eb9d5d1a89cc8571b45ff98c40c7b087119e318..cb8ce133c0ca26c102e7da185a6bd81513fb6eca 100644
--- a/chrome/browser/ui/views/first_run_dialog.h
+++ b/chrome/browser/ui/views/first_run_dialog.h
@@ -5,6 +5,7 @@
#ifndef CHROME_BROWSER_UI_VIEWS_FIRST_RUN_DIALOG_H_
#define CHROME_BROWSER_UI_VIEWS_FIRST_RUN_DIALOG_H_
+#include "base/callback.h"
#include "ui/views/controls/link_listener.h"
#include "ui/views/window/dialog_delegate.h"
@@ -41,6 +42,7 @@ class FirstRunDialog : public views::DialogDelegateView,
Profile* profile_;
views::Checkbox* make_default_;
views::Checkbox* report_crashes_;
+ base::Closure quit_runloop_;
DISALLOW_COPY_AND_ASSIGN(FirstRunDialog);
};
« no previous file with comments | « no previous file | chrome/browser/ui/views/first_run_dialog.cc » ('j') | ui/wm/core/nested_accelerator_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698