| Index: ash/common/shelf/wm_shelf.cc
|
| diff --git a/ash/common/shelf/wm_shelf.cc b/ash/common/shelf/wm_shelf.cc
|
| index 72de8ab0b6881a0695e5444e13adaa419ebd8b68..9b5056f7e74c953d3a4bdaa750df2d7769afe3c1 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);
|
| }
|
|
|
|
|