| Index: ash/aura/wm_shelf_aura.cc
|
| diff --git a/ash/aura/wm_shelf_aura.cc b/ash/aura/wm_shelf_aura.cc
|
| index 25e60bb97e701f4870688b49844fa1b4b872f018..01141d3b954b2b603ab103a49c172278ca068158 100644
|
| --- a/ash/aura/wm_shelf_aura.cc
|
| +++ b/ash/aura/wm_shelf_aura.cc
|
| @@ -129,10 +129,6 @@ bool WmShelfAura::IsDimmed() const {
|
| return shelf_layout_manager_->shelf_widget()->GetDimsShelf();
|
| }
|
|
|
| -bool WmShelfAura::IsShowingOverflowBubble() const {
|
| - return shelf_->IsShowingOverflowBubble();
|
| -}
|
| -
|
| void WmShelfAura::SchedulePaint() {
|
| // Can be called during shutdown if the overflow bubble is visible.
|
| if (shelf_)
|
|
|