diff options
Diffstat (limited to 'ash/shell')
-rw-r--r-- | ash/shell/shell_main.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/shell/shell_main.cc b/ash/shell/shell_main.cc index e0521b3..4837071 100644 --- a/ash/shell/shell_main.cc +++ b/ash/shell/shell_main.cc @@ -58,10 +58,6 @@ class ShellDelegateImpl : public ash::ShellDelegate { return ash::internal::CreateStatusArea(); } - virtual void Exit() OVERRIDE { - MessageLoopForUI::current()->Quit(); - } - virtual void BuildAppListModel(ash::AppListModel* model) OVERRIDE { ash::shell::BuildAppListModel(model); } |