summaryrefslogtreecommitdiffstats
path: root/ash/shelf/shelf_model_observer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shelf/shelf_model_observer.h')
-rw-r--r--ash/shelf/shelf_model_observer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/shelf/shelf_model_observer.h b/ash/shelf/shelf_model_observer.h
index a65e5cf..16ee21c 100644
--- a/ash/shelf/shelf_model_observer.h
+++ b/ash/shelf/shelf_model_observer.h
@@ -29,9 +29,6 @@ class ASH_EXPORT ShelfModelObserver {
// before the change.
virtual void ShelfItemChanged(int index, const ShelfItem& old_item) = 0;
- // Invoked when shelf status is changed.
- virtual void ShelfStatusChanged() = 0;
-
protected:
virtual ~ShelfModelObserver() {}
};