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

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

Issue 2931643002: chromeos: Introduce ash::SystemTrayTestApi (Closed)
Patch Set: review comments 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/tray/system_tray.h ('k') | ash/system/tray/system_tray_test_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/system_tray.cc
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
index d5d81b978eb137ece5bb84fcd7961461347f3b3f..66ca2527aa0a3fcbdf222f0f1912912471c14af7 100644
--- a/ash/system/tray/system_tray.cc
+++ b/ash/system/tray/system_tray.cc
@@ -589,35 +589,6 @@ void SystemTray::HideBubble(const TrayBubbleView* bubble_view) {
HideBubbleWithView(bubble_view);
}
-TrayCast* SystemTray::GetTrayCastForTesting() const {
- return tray_cast_;
-}
-
-TrayEnterprise* SystemTray::GetTrayEnterpriseForTesting() const {
- return tray_enterprise_;
-}
-
-TrayNetwork* SystemTray::GetTrayNetworkForTesting() const {
- return tray_network_;
-}
-
-TraySessionLengthLimit* SystemTray::GetTraySessionLengthLimitForTesting()
- const {
- return tray_session_length_limit_;
-}
-
-TraySupervisedUser* SystemTray::GetTraySupervisedUserForTesting() const {
- return tray_supervised_user_;
-}
-
-TraySystemInfo* SystemTray::GetTraySystemInfoForTesting() const {
- return tray_system_info_;
-}
-
-TrayTiles* SystemTray::GetTrayTilesForTesting() const {
- return tray_tiles_;
-}
-
void SystemTray::CloseBubble(const ui::KeyEvent& key_event) {
CloseSystemBubble();
}
« no previous file with comments | « ash/system/tray/system_tray.h ('k') | ash/system/tray/system_tray_test_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698