From 55a0a614b1041b6722e9bc3d845ac952f77b3669 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Sat, 21 Jan 2012 15:17:40 +0000 Subject: 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 --- ash/shell_delegate.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ash/shell_delegate.h') 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; -- cgit v1.1