summaryrefslogtreecommitdiffstats
path: root/ash/shell
diff options
context:
space:
mode:
authorpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-23 18:55:15 +0000
committerpkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-23 18:55:15 +0000
commitedf2153505319f011e6d231c61b7255ce5f65ce4 (patch)
tree1200beac672f81a2f5aeecba6f789daca735e9a4 /ash/shell
parentfc1beed3c1f06b5381f2ae8acf788b5f2f33fbfd (diff)
downloadchromium_src-edf2153505319f011e6d231c61b7255ce5f65ce4.zip
chromium_src-edf2153505319f011e6d231c61b7255ce5f65ce4.tar.gz
chromium_src-edf2153505319f011e6d231c61b7255ce5f65ce4.tar.bz2
Revert 118698 - Bug=105964
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118540 Review URL: https://chromiumcodereview.appspot.com/9124021 TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/9270051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell')
-rw-r--r--ash/shell/shell_main.cc4
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);
}