| Index: ash/shelf/shelf.cc
|
| diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc
|
| index 5cae789bd432150270272a5c97163dd8166c2ce6..18dd34a8ed6f39c03d6af622f980a3e814a85cf5 100644
|
| --- a/ash/shelf/shelf.cc
|
| +++ b/ash/shelf/shelf.cc
|
| @@ -177,14 +177,6 @@ void Shelf::LaunchAppIndexAt(int item_index) {
|
| }
|
| }
|
|
|
| -void Shelf::SetShelfViewBounds(gfx::Rect bounds) {
|
| - shelf_view_->SetBoundsRect(bounds);
|
| -}
|
| -
|
| -gfx::Rect Shelf::GetShelfViewBounds() const {
|
| - return shelf_view_->bounds();
|
| -}
|
| -
|
| gfx::Rect Shelf::GetVisibleItemsBoundsInScreen() const {
|
| return shelf_view_->GetVisibleItemsBoundsInScreen();
|
| }
|
|
|