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

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

Issue 2627533002: Replace ShelfItemDelegate::GetTitle() with ShelfItem::title. (Closed)
Patch Set: Address comments. Created 3 years, 11 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/test/test_shelf_item_delegate.h ('k') | ash/shell/window_watcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f4ee1124581c538dcbf7465c770bd2156de3c893..a9a6a9681004e63ff2967d0fc846bd5da13c1a12 100644
--- a/ash/common/test/test_shelf_item_delegate.cc
+++ b/ash/common/test/test_shelf_item_delegate.cc
@@ -26,10 +26,6 @@ ShelfItemDelegate::PerformedAction TestShelfItemDelegate::ItemSelected(
return kNoAction;
}
-base::string16 TestShelfItemDelegate::GetTitle() {
- return window_ ? window_->GetTitle() : base::string16();
-}
-
ShelfMenuModel* TestShelfItemDelegate::CreateApplicationMenu(int event_flags) {
return nullptr;
}
« no previous file with comments | « ash/common/test/test_shelf_item_delegate.h ('k') | ash/shell/window_watcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698