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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h

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/arc_app_deferred_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h
index f8530febf0beb49243bd92b89877bbf7c2335e69..ea33aa19136f1fa4f648548c9ea03e2212c2066d 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h
@@ -35,7 +35,6 @@ class ArcAppDeferredLauncherItemController : public LauncherItemController {
// ash::ShelfItemDelegate
ash::ShelfItemDelegate::PerformedAction ItemSelected(
const ui::Event& event) override;
- base::string16 GetTitle() override;
ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) override;
void Close() override;

Powered by Google App Engine
This is Rietveld 408576698