| Index: ash/aura/wm_shelf_aura.cc
|
| diff --git a/ash/aura/wm_shelf_aura.cc b/ash/aura/wm_shelf_aura.cc
|
| index 1effb10a78d4ea85720e992c9fb00742d712ec88..c6f2a80c069968d77719c043ccc587fb5ff6df23 100644
|
| --- a/ash/aura/wm_shelf_aura.cc
|
| +++ b/ash/aura/wm_shelf_aura.cc
|
| @@ -143,6 +143,10 @@ void WmShelfAura::RemoveObserver(WmShelfObserver* observer) {
|
| observers_.RemoveObserver(observer);
|
| }
|
|
|
| +void WmShelfAura::SetKeyboardBoundsForTesting(const gfx::Rect& bounds) {
|
| + shelf_layout_manager_->OnKeyboardBoundsChanging(bounds);
|
| +}
|
| +
|
| void WmShelfAura::WillDeleteShelfLayoutManager() {
|
| ResetShelfLayoutManager();
|
| }
|
|
|