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

Unified Diff: ash/common/shelf/shelf_controller.cc

Issue 2750463009: mash: Fix ShelfItem mojo struct; add enums and traits. (Closed)
Patch Set: Address comments; try adding a unit test. Created 3 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
Index: ash/common/shelf/shelf_controller.cc
diff --git a/ash/common/shelf/shelf_controller.cc b/ash/common/shelf/shelf_controller.cc
index fa475934c2faad3351559f20758d98f2c2d8a1fb..8466fc84239bb5a38b236b617a46d8e0d0f36ee9 100644
--- a/ash/common/shelf/shelf_controller.cc
+++ b/ash/common/shelf/shelf_controller.cc
@@ -112,7 +112,7 @@ void ShelfController::SetAutoHideBehavior(ShelfAutoHideBehavior auto_hide,
}
void ShelfController::PinItem(
- mojom::ShelfItemPtr item,
+ const ShelfItem& item,
mojom::ShelfItemDelegateAssociatedPtrInfo delegate) {
NOTIMPLEMENTED();
}

Powered by Google App Engine
This is Rietveld 408576698