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

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

Issue 2558963002: Move shelf item tooltip flag from delegate to item. (Closed)
Patch Set: Cleanup 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 6983a1edf91e1fa92041498d1ca2f63817fe9b7f..985a705f63e9b84af11f76fda662b9aa0282f8e2 100644
--- a/ash/common/test/test_shelf_item_delegate.cc
+++ b/ash/common/test/test_shelf_item_delegate.cc
@@ -42,10 +42,6 @@ bool TestShelfItemDelegate::CanPin() const {
return true;
}
-bool TestShelfItemDelegate::ShouldShowTooltip() {
- return true;
-}
-
void TestShelfItemDelegate::Close() {}
} // namespace test

Powered by Google App Engine
This is Rietveld 408576698