Index: ash/common/shelf/shelf_item_delegate.h |
diff --git a/ash/common/shelf/shelf_item_delegate.h b/ash/common/shelf/shelf_item_delegate.h |
index 868e8561b319a3a847b0949923171326be197fb2..fbf76efb0416e9eb2649f0df34a1d9a5aa0e6f1b 100644 |
--- a/ash/common/shelf/shelf_item_delegate.h |
+++ b/ash/common/shelf/shelf_item_delegate.h |
@@ -44,9 +44,6 @@ class ASH_EXPORT ShelfItemDelegate { |
// Returns the action performed by selecting the item. |
virtual PerformedAction ItemSelected(const ui::Event& event) = 0; |
- // Returns the title to display. |
- virtual base::string16 GetTitle() = 0; |
- |
// Returns the application menu model for the specified item. There are three |
// possible return values: |
// - A return of NULL indicates that no menu is wanted for this item. |