| 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 3510da42013009cd1d1cfa428f466dd101479fca..80179bf7741d71857e6da377dec7cbe3110cd624 100644
|
| --- a/ash/common/system/chromeos/audio/tray_audio.cc
|
| +++ b/ash/common/system/chromeos/audio/tray_audio.cc
|
| @@ -74,10 +74,6 @@ void TrayAudio::DestroyDetailedView() {
|
| }
|
| }
|
|
|
| -bool TrayAudio::ShouldHideArrow() const {
|
| - return true;
|
| -}
|
| -
|
| bool TrayAudio::ShouldShowShelf() const {
|
| return !pop_up_volume_view_;
|
| }
|
|
|