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

Unified Diff: ash/common/system/chromeos/audio/tray_audio.cc

Issue 2700653002: [Ash MD] Remove pre-MD code from TrayImageItem and subclasses (Closed)
Patch Set: comments Created 3 years, 10 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 | « no previous file | ash/common/system/chromeos/tray_caps_lock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/chromeos/audio/tray_audio.cc
diff --git a/ash/common/system/chromeos/audio/tray_audio.cc b/ash/common/system/chromeos/audio/tray_audio.cc
index 7260102e9b47bb5e55fb92a00c4e9514181280d7..11fa71e77d35f4db152fc7d9bfd8972eaf76444e 100644
--- a/ash/common/system/chromeos/audio/tray_audio.cc
+++ b/ash/common/system/chromeos/audio/tray_audio.cc
@@ -13,7 +13,6 @@
#include "ash/common/wm_window.h"
#include "ash/root_window_controller.h"
#include "chromeos/dbus/dbus_thread_manager.h"
-#include "grit/ash_resources.h"
#include "ui/display/display.h"
#include "ui/display/manager/managed_display_info.h"
#include "ui/display/screen.h"
@@ -27,7 +26,7 @@ using system::TrayAudioDelegate;
using system::TrayAudioDelegateChromeOs;
TrayAudio::TrayAudio(SystemTray* system_tray)
- : TrayImageItem(system_tray, IDR_AURA_UBER_TRAY_VOLUME_MUTE, UMA_AUDIO),
+ : TrayImageItem(system_tray, kSystemTrayVolumeMuteIcon, UMA_AUDIO),
audio_delegate_(new TrayAudioDelegateChromeOs()),
volume_view_(nullptr),
pop_up_volume_view_(false),
« no previous file with comments | « no previous file | ash/common/system/chromeos/tray_caps_lock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698