Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(826)

Unified Diff: ash/shell.h

Issue 10140017: ash: Some code-cleanup in the system-tray code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/focus_cycler_unittest.cc ('k') | ash/shell.cc » ('j') | ash/shell.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 56a12c3748d09358dfa01caf7c69d5caca84c20d..74ff8fcecb7b259ab0aeb997367fd35c0055e221 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.
« no previous file with comments | « ash/focus_cycler_unittest.cc ('k') | ash/shell.cc » ('j') | ash/shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698