diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-23 18:55:15 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-23 18:55:15 +0000 |
commit | edf2153505319f011e6d231c61b7255ce5f65ce4 (patch) | |
tree | 1200beac672f81a2f5aeecba6f789daca735e9a4 /ash/shell | |
parent | fc1beed3c1f06b5381f2ae8acf788b5f2f33fbfd (diff) | |
download | chromium_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.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); } |