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

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

Issue 2923083002: chromeos: Convert system tray session length limit to mojo (Closed)
Patch Set: rebase Created 3 years, 6 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/system/session/tray_session_length_limit_unittest.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray.h
diff --git a/ash/system/tray/system_tray.h b/ash/system/tray/system_tray.h
index ebc7afc7762ff4d5ddc30329dd319c65a7df032d..7809922ede6f510bba1abcf2b328a03b85a19054 100644
--- a/ash/system/tray/system_tray.h
+++ b/ash/system/tray/system_tray.h
@@ -31,6 +31,7 @@ class TrayEnterprise;
class TrayNetwork;
class TrayNightLight;
class TrayScale;
+class TraySessionLengthLimit;
class TraySupervisedUser;
class TraySystemInfo;
class TrayTiles;
@@ -146,6 +147,7 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
TrayCast* GetTrayCastForTesting() const;
TrayEnterprise* GetTrayEnterpriseForTesting() const;
TrayNetwork* GetTrayNetworkForTesting() const;
+ TraySessionLengthLimit* GetTraySessionLengthLimitForTesting() const;
TraySupervisedUser* GetTraySupervisedUserForTesting() const;
TraySystemInfo* GetTraySystemInfoForTesting() const;
TrayTiles* GetTrayTilesForTesting() const;
@@ -232,6 +234,7 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
TrayNetwork* tray_network_ = nullptr;
TrayTiles* tray_tiles_ = nullptr;
TrayScale* tray_scale_ = nullptr;
+ TraySessionLengthLimit* tray_session_length_limit_ = nullptr;
TraySupervisedUser* tray_supervised_user_ = nullptr;
TraySystemInfo* tray_system_info_ = nullptr;
TrayUpdate* tray_update_ = nullptr;
« no previous file with comments | « ash/system/session/tray_session_length_limit_unittest.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698