Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3840)

Unified Diff: ash/shelf/shelf_item_delegate_manager.h

Issue 1811203002: Remove unused ShelfModelObserver::ShelfStatusChanged() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make SetStatus a simple setter, set_status. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/shelf/shelf_item_delegate_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_item_delegate_manager.h
diff --git a/ash/shelf/shelf_item_delegate_manager.h b/ash/shelf/shelf_item_delegate_manager.h
index b40667705e444ccbb2ab952c269770f00670cb14..054e135120abf63cdb6e7a784a13f8c55e49be7c 100644
--- a/ash/shelf/shelf_item_delegate_manager.h
+++ b/ash/shelf/shelf_item_delegate_manager.h
@@ -61,7 +61,6 @@ class ASH_EXPORT ShelfItemDelegateManager : public ShelfModelObserver {
void ShelfItemRemoved(int index, ShelfID id) override;
void ShelfItemMoved(int start_index, int targetindex) override;
void ShelfItemChanged(int index, const ShelfItem& old_item) override;
- void ShelfStatusChanged() override;
private:
friend class test::ShelfItemDelegateManagerTestAPI;
« no previous file with comments | « no previous file | ash/shelf/shelf_item_delegate_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698