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

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

Issue 2855143004: Implements a display scale tray setting behind a chrome switch (Closed)
Patch Set: Sync with ToT Created 3 years, 7 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/display_scale/tray_scale.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 bffa9e7117b521799fd652fd1f10e51ae2728606..ce8408fe8d972ece4a99be140ddddb71e30b0ea4 100644
--- a/ash/system/tray/system_tray.h
+++ b/ash/system/tray/system_tray.h
@@ -30,6 +30,7 @@ class TrayCast;
class TrayEnterprise;
class TrayNetwork;
class TrayNightLight;
+class TrayScale;
class TraySupervisedUser;
class TraySystemInfo;
class TrayTiles;
@@ -234,6 +235,7 @@ class ASH_EXPORT SystemTray : public TrayBackgroundView,
TrayEnterprise* tray_enterprise_ = nullptr;
TrayNetwork* tray_network_ = nullptr;
TrayTiles* tray_tiles_ = nullptr;
+ TrayScale* tray_scale_ = nullptr;
TraySupervisedUser* tray_supervised_user_ = nullptr;
TraySystemInfo* tray_system_info_ = nullptr;
TrayUpdate* tray_update_ = nullptr;
« no previous file with comments | « ash/system/display_scale/tray_scale.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698