summaryrefslogtreecommitdiffstats
path: root/ash/shelf/shelf_view.cc
diff options
context:
space:
mode:
authormsw <msw@chromium.org>2016-03-17 17:13:09 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-18 00:14:37 +0000
commit25fc4e8f94f8279264116e32a9cc5361170154fc (patch)
tree0b2bd17de9068c55d8e0e2b94d7bedb9beae7316 /ash/shelf/shelf_view.cc
parentd41e5ab53319f2c5d183c2a0912538a0d9fd865e (diff)
downloadchromium_src-25fc4e8f94f8279264116e32a9cc5361170154fc.zip
chromium_src-25fc4e8f94f8279264116e32a9cc5361170154fc.tar.gz
chromium_src-25fc4e8f94f8279264116e32a9cc5361170154fc.tar.bz2
Remove unused ShelfModelObserver::ShelfStatusChanged()
BUG=NONE TEST=NONE R=sky@chromium.org Review URL: https://codereview.chromium.org/1811203002 Cr-Commit-Position: refs/heads/master@{#381842}
Diffstat (limited to 'ash/shelf/shelf_view.cc')
-rw-r--r--ash/shelf/shelf_view.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
index 1217e74..9088f6c 100644
--- a/ash/shelf/shelf_view.cc
+++ b/ash/shelf/shelf_view.cc
@@ -1586,10 +1586,6 @@ void ShelfView::ShelfItemMoved(int start_index, int target_index) {
AnimateToIdealBounds();
}
-void ShelfView::ShelfStatusChanged() {
- // Nothing to do here.
-}
-
void ShelfView::PointerPressedOnButton(views::View* view,
Pointer pointer,
const ui::LocatedEvent& event) {