diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-21 15:17:40 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-21 15:17:40 +0000 |
commit | 55a0a614b1041b6722e9bc3d845ac952f77b3669 (patch) | |
tree | 1e24250c219e17cf59efc077fd5628def6c6a135 /ash/shell_delegate.h | |
parent | 455cd31a3d46ab2e55023e912cc63ee479689dab (diff) | |
download | chromium_src-55a0a614b1041b6722e9bc3d845ac952f77b3669.zip chromium_src-55a0a614b1041b6722e9bc3d845ac952f77b3669.tar.gz chromium_src-55a0a614b1041b6722e9bc3d845ac952f77b3669.tar.bz2 |
Revert r118540 "Bug=105964"
Write a CL description next time (!)
Interactive Tests (dbg) build #20055 has blame ranging 118532-118542. This CL
looks like the culprit but not 100% sure.
TBR=pkotwicz@chromium.org,beng@chromium.org
BUG=
TEST=Interactive Tests (dbg) turns green
Review URL: https://chromiumcodereview.appspot.com/9131035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118618 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_delegate.h')
-rw-r--r-- | ash/shell_delegate.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h index 3be69cb..ff60e8a 100644 --- a/ash/shell_delegate.h +++ b/ash/shell_delegate.h @@ -56,9 +56,6 @@ class ASH_EXPORT ShellDelegate { // Invoked to create a new status area. Can return NULL. virtual views::Widget* CreateStatusArea() = 0; - // Invoked when a user uses Ctrl-Shift-Q to close chrome. - virtual void Exit() = 0; - // Invoked to ask the delegate to populate the |model|. virtual void BuildAppListModel(AppListModel* model) = 0; |