| Index: ash/common/shelf/wm_shelf.cc
|
| diff --git a/ash/common/shelf/wm_shelf.cc b/ash/common/shelf/wm_shelf.cc
|
| index cf9d61540512c022b926c1f13e2e557a38e20ccc..7008cdcd7dcc57a3736beb3c72416f4bfabb718f 100644
|
| --- a/ash/common/shelf/wm_shelf.cc
|
| +++ b/ash/common/shelf/wm_shelf.cc
|
| @@ -133,9 +133,6 @@ void WmShelf::CreateShelfView() {
|
| DCHECK(!shelf_view_);
|
| shelf_view_ = shelf_widget_->CreateShelfView();
|
| shelf_locking_manager_.reset(new ShelfLockingManager(this));
|
| - // When the shelf is created the alignment is unlocked. Chrome will update the
|
| - // alignment later from preferences.
|
| - alignment_ = SHELF_ALIGNMENT_BOTTOM;
|
| WmShell::Get()->shelf_controller()->NotifyShelfCreated(this);
|
| }
|
|
|
|
|