| Index: ash/shelf/shelf_model.cc
|
| diff --git a/ash/shelf/shelf_model.cc b/ash/shelf/shelf_model.cc
|
| index e04af42d1f712a8b4b761f6b6e4749a3fe48d640..1952cd5f4f755a2fb3d0c1d986635412d6eaf9dc 100644
|
| --- a/ash/shelf/shelf_model.cc
|
| +++ b/ash/shelf/shelf_model.cc
|
| @@ -150,14 +150,6 @@ int ShelfModel::FirstPanelIndex() const {
|
| CompareByWeight) - items_.begin();
|
| }
|
|
|
| -void ShelfModel::SetStatus(Status status) {
|
| - if (status_ == status)
|
| - return;
|
| -
|
| - status_ = status;
|
| - FOR_EACH_OBSERVER(ShelfModelObserver, observers_, ShelfStatusChanged());
|
| -}
|
| -
|
| void ShelfModel::AddObserver(ShelfModelObserver* observer) {
|
| observers_.AddObserver(observer);
|
| }
|
|
|