| Index: chrome/browser/ui/views/uninstall_view.h
|
| diff --git a/chrome/browser/ui/views/uninstall_view.h b/chrome/browser/ui/views/uninstall_view.h
|
| index 8fc784d6dc474431c98d0b9cc1741cc21309e2b5..c50a3cdbec9e160b4af76927fec46b4f5fe945f2 100644
|
| --- a/chrome/browser/ui/views/uninstall_view.h
|
| +++ b/chrome/browser/ui/views/uninstall_view.h
|
| @@ -29,8 +29,7 @@ class UninstallView : public views::ButtonListener,
|
| public ui::ComboboxModel {
|
| public:
|
| explicit UninstallView(int* user_selection,
|
| - const base::Closure& quit_closure,
|
| - bool show_delete_profile);
|
| + const base::Closure& quit_closure);
|
| virtual ~UninstallView();
|
|
|
| // Overridden form views::ButtonListener.
|
| @@ -57,7 +56,6 @@ class UninstallView : public views::ButtonListener,
|
| void SetupControls();
|
|
|
| views::Label* confirm_label_;
|
| - bool show_delete_profile_;
|
| views::Checkbox* delete_profile_;
|
| views::Checkbox* change_default_browser_;
|
| views::Combobox* browsers_combo_;
|
|
|