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

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

Issue 2075813002: Remove ash_shell audio system tray item on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and rebase. Created 4 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/ash.gyp ('k') | ash/system/win/OWNERS » ('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 073ae4aa3d37ff2a62bacc2e9d0a4422c1026c76..eec513cdac80fe9420c6ca6f1ab03dba335b831f 100644
--- a/ash/system/tray/system_tray.cc
+++ b/ash/system/tray/system_tray.cc
@@ -67,9 +67,6 @@
#include "ash/system/ime/tray_ime_chromeos.h"
#include "ash/system/tray/media_security/multi_profile_media_tray_item.h"
#include "ui/message_center/message_center.h"
-#elif defined(OS_WIN)
-#include "ash/system/win/audio/tray_audio_win.h"
-#include "media/audio/win/core_audio_util_win.h"
#endif
using views::TrayBubbleView;
@@ -213,8 +210,6 @@ void SystemTray::CreateItems(SystemTrayDelegate* delegate) {
AddTrayItem(tray_date_);
#elif defined(OS_WIN)
AddTrayItem(tray_accessibility_);
- if (media::CoreAudioUtil::IsSupported())
- AddTrayItem(new TrayAudioWin(this));
AddTrayItem(tray_update_);
AddTrayItem(tray_date_);
#endif
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/win/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698