| Index: ash/system/chromeos/audio/tray_audio.h
|
| diff --git a/ash/system/chromeos/audio/tray_audio.h b/ash/system/chromeos/audio/tray_audio.h
|
| index d055a54b0374a636be30eb1253221247735714f4..eb6e117a2c4b8805e31e818a812cd2b38cbe65f6 100644
|
| --- a/ash/system/chromeos/audio/tray_audio.h
|
| +++ b/ash/system/chromeos/audio/tray_audio.h
|
| @@ -32,7 +32,7 @@ class TrayAudio : public TrayImageItem,
|
| virtual void DestroyDefaultView() OVERRIDE;
|
| virtual void DestroyDetailedView() OVERRIDE;
|
| virtual bool ShouldHideArrow() const OVERRIDE;
|
| - virtual bool ShouldShowLauncher() const OVERRIDE;
|
| + virtual bool ShouldShowShelf() const OVERRIDE;
|
|
|
| // Overridden from chromeos::CrasAudioHandler::AudioObserver.
|
| virtual void OnOutputVolumeChanged() OVERRIDE;
|
|
|