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

Unified Diff: ash/shelf/shelf_model.h

Issue 2811853002: reland: mash: Remove ChromeLauncherController's |id_to_item_controller_map_|. (Closed)
Patch Set: Created 3 years, 8 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_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_model.h
diff --git a/ash/shelf/shelf_model.h b/ash/shelf/shelf_model.h
index 53f1977b25ce586af9514fbf4d95db8b6ee5dfc0..b3bb09eb077cfb3298fbb2f0b3e09c9404103794 100644
--- a/ash/shelf/shelf_model.h
+++ b/ash/shelf/shelf_model.h
@@ -92,9 +92,6 @@ class ASH_EXPORT ShelfModel {
// returns the new value.
int ValidateInsertionIndex(ShelfItemType type, int index) const;
- // Remove and destroy ShelfItemDelegate for |id|.
- void RemoveShelfItemDelegate(ShelfID id);
-
// ID assigned to the next item.
ShelfID next_id_;
« no previous file with comments | « no previous file | ash/shelf/shelf_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698