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

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

Issue 2750463009: mash: Fix ShelfItem mojo struct; add enums and traits. (Closed)
Patch Set: Address comment. 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
« no previous file with comments | « ash/common/shelf/shelf_controller.h ('k') | ash/common/shelf/shelf_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « ash/common/shelf/shelf_controller.h ('k') | ash/common/shelf/shelf_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698