| Index: ash/shelf/shelf.cc
|
| diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
|
| index 58904c42a14adc29db4160e82e11acd114e2acfb..538510e540fc370d75f48badf0214642774cc19b 100644
|
| --- a/ash/shelf/shelf.cc
|
| +++ b/ash/shelf/shelf.cc
|
| @@ -75,8 +75,7 @@ void Shelf::SetAlignment(ShelfAlignment alignment) {
|
| }
|
|
|
| bool Shelf::IsHorizontalAlignment() const {
|
| - return alignment_ == SHELF_ALIGNMENT_BOTTOM ||
|
| - alignment_ == SHELF_ALIGNMENT_TOP;
|
| + return alignment_ == SHELF_ALIGNMENT_BOTTOM;
|
| }
|
|
|
| void Shelf::SetAutoHideBehavior(ShelfAutoHideBehavior behavior) {
|
|
|