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

Unified Diff: ash/common/test/test_shelf_item_delegate.cc

Issue 2608013002: mash: Replace ShelfItemDelegate::CanPin with ShelfItem::pinned_by_policy. (Closed)
Patch Set: Created 4 years 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/test/test_shelf_item_delegate.cc
diff --git a/ash/common/test/test_shelf_item_delegate.cc b/ash/common/test/test_shelf_item_delegate.cc
index e7d9cca213e1572a752efc1cdc07104bc5e8730a..f4ee1124581c538dcbf7465c770bd2156de3c893 100644
--- a/ash/common/test/test_shelf_item_delegate.cc
+++ b/ash/common/test/test_shelf_item_delegate.cc
@@ -34,10 +34,6 @@ ShelfMenuModel* TestShelfItemDelegate::CreateApplicationMenu(int event_flags) {
return nullptr;
}
-bool TestShelfItemDelegate::CanPin() const {
- return true;
-}
-
void TestShelfItemDelegate::Close() {}
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698