diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-24 15:40:52 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-24 15:40:52 +0000 |
commit | 1d81edd7b2003aef6c66ef7473a61266abba3a75 (patch) | |
tree | 4b5e343271ec8cb30505ad9dc331a82a9b222da6 /ash/shell.h | |
parent | 5e042e9cd2cf3c6800a444f414669e5a201520de (diff) | |
download | chromium_src-1d81edd7b2003aef6c66ef7473a61266abba3a75.zip chromium_src-1d81edd7b2003aef6c66ef7473a61266abba3a75.tar.gz chromium_src-1d81edd7b2003aef6c66ef7473a61266abba3a75.tar.bz2 |
ash: Some code-cleanup in the system-tray code.
Move the remaining status-area code into system-tray.
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10140017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133686 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/shell.h')
-rw-r--r-- | ash/shell.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ash/shell.h b/ash/shell.h index 56a12c3..74ff8fc 100644 --- a/ash/shell.h +++ b/ash/shell.h @@ -365,11 +365,7 @@ class ASH_EXPORT Shell { // Owned by aura::RootWindow, cached here for type safety. internal::RootWindowLayoutManager* root_window_layout_; - // Status area with clock, Wi-Fi signal, etc. - views::Widget* status_widget_; - - // System tray with clock, Wi-Fi signal, etc. (a replacement in progress for - // |status_widget_|). + // System tray with clock, Wi-Fi signal, etc. scoped_ptr<SystemTray> tray_; // Used by ash/shell. |