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

Unified Diff: ash/common/system/chromeos/audio/tray_audio_delegate.h

Issue 2709103007: Update a11y of volume row in CrOS system menu. (Closed)
Patch Set: resolve conflict 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/audio/tray_audio_delegate_chromeos.h » ('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_delegate.h
diff --git a/ash/common/system/chromeos/audio/tray_audio_delegate.h b/ash/common/system/chromeos/audio/tray_audio_delegate.h
index 4d5e343d787dcd1c620cb98ccb507532b532ef04..39d4b2a948bc7f8c9ae3b44f0a20fa02e049ad35 100644
--- a/ash/common/system/chromeos/audio/tray_audio_delegate.h
+++ b/ash/common/system/chromeos/audio/tray_audio_delegate.h
@@ -30,11 +30,6 @@ class TrayAudioDelegate {
// should be muted.
virtual int GetOutputDefaultVolumeMuteLevel() = 0;
- // Gets the non-MD icon to use for the active output device.
- // TODO(mohsen): Remove this once material design is enabled by default. See
- // https://crbug.com/614453.
- virtual int GetActiveOutputDeviceIconId() = 0;
-
// Gets the MD icon to use for the active output device.
virtual const gfx::VectorIcon& GetActiveOutputDeviceVectorIcon() = 0;
« no previous file with comments | « no previous file | ash/common/system/chromeos/audio/tray_audio_delegate_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698