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

Unified Diff: ash/common/system/tray/system_tray.h

Issue 2778143002: More pre-MD cleanup (Closed)
Patch Set: update c/b Created 3 years, 9 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/common/system/tray/default_system_tray_delegate.cc ('k') | ash/common/system/tray/system_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray.h
diff --git a/ash/common/system/tray/system_tray.h b/ash/common/system/tray/system_tray.h
index 38af857b444b9030eac38370e35cd5dbd4da5bc7..5ded10bd9feea224e5cbc460b4bb939876836c14 100644
--- a/ash/common/system/tray/system_tray.h
+++ b/ash/common/system/tray/system_tray.h
@@ -27,7 +27,6 @@ class SystemTrayItem;
class TrayAccessibility;
class TrayAudio;
class TrayCast;
-class TrayDate;
class TrayNetwork;
class TraySystemInfo;
class TrayTiles;
@@ -145,7 +144,6 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
views::View* GetTrayItemViewForTest(SystemTrayItem* tray_item);
TrayCast* GetTrayCastForTesting() const;
- TrayDate* GetTrayDateForTesting() const;
TrayNetwork* GetTrayNetworkForTesting() const;
TraySystemInfo* GetTraySystemInfoForTesting() const;
TrayTiles* GetTrayTilesForTesting() const;
@@ -231,7 +229,6 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
TrayAccessibility* tray_accessibility_;
TrayAudio* tray_audio_; // May be null.
TrayCast* tray_cast_;
- TrayDate* tray_date_; // null for material design.
TrayNetwork* tray_network_;
TrayTiles* tray_tiles_; // only used in material design.
TraySystemInfo* tray_system_info_; // only used in material design.
« no previous file with comments | « ash/common/system/tray/default_system_tray_delegate.cc ('k') | ash/common/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698