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

Unified Diff: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.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
Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
index c24ec796674f0609cc268e11b997e56518861126..c0920ce652eabdf877470f79182b58c253f9aed1 100644
--- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
+++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc
@@ -267,7 +267,6 @@ class TestV2AppLauncherItemController : public LauncherItemController {
const ui::Event& event) override {
return kExistingWindowActivated;
}
- base::string16 GetTitle() override { return base::string16(); }
ChromeLauncherAppMenuItems GetApplicationList(int event_flags) override {
ChromeLauncherAppMenuItems items;
items.push_back(base::MakeUnique<ChromeLauncherAppMenuItem>(

Powered by Google App Engine
This is Rietveld 408576698