| Index: mash/shelf/public/interfaces/shelf.mojom
|
| diff --git a/mash/shelf/public/interfaces/shelf.mojom b/mash/shelf/public/interfaces/shelf.mojom
|
| index 9b21fb18a216e82a2fda60b0c55c6337dbc45049..5465f574a2530b7d7f3f74eea65669b280cf0165 100644
|
| --- a/mash/shelf/public/interfaces/shelf.mojom
|
| +++ b/mash/shelf/public/interfaces/shelf.mojom
|
| @@ -18,6 +18,8 @@ interface ShelfController {
|
|
|
| PinItem(ShelfItem item, associated ShelfItemDelegate delegate);
|
| UnpinItem(string app_id);
|
| +
|
| + SetItemImage(string app_id, skia.mojom.Bitmap image);
|
| };
|
|
|
| // ShelfObserver is notified on shelf changes; used to persist profile settings.
|
|
|