diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-23 17:56:59 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-23 17:56:59 +0000 |
commit | 4c143eb76a23a31c118fc665045b613feb21e220 (patch) | |
tree | d11ab561d216335641f65b74d788e42554dcb31f /ash/shell_delegate.h | |
parent | e2c079cf420f4007ffde041b11684d52a2be306f (diff) | |
download | chromium_src-4c143eb76a23a31c118fc665045b613feb21e220.zip chromium_src-4c143eb76a23a31c118fc665045b613feb21e220.tar.gz chromium_src-4c143eb76a23a31c118fc665045b613feb21e220.tar.bz2 |
Bug=105964
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118540
Review URL: https://chromiumcodereview.appspot.com/9124021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell_delegate.h')
-rw-r--r-- | ash/shell_delegate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h index ff60e8a..3be69cb 100644 --- a/ash/shell_delegate.h +++ b/ash/shell_delegate.h @@ -56,6 +56,9 @@ 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; |