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

Unified Diff: chrome/browser/ui/ash/launcher/arc_app_window_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_window_launcher_item_controller.h
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
index c81ebc5f6f6e405ec64ac2cab6fd4c8773f00f2a..61bb3774e7d1b86c9902ba0ed894abf357740227 100644
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h
@@ -22,7 +22,6 @@ class ArcAppWindowLauncherItemController
~ArcAppWindowLauncherItemController() override;
// LauncherItemController overrides:
- base::string16 GetTitle() override;
ash::ShelfItemDelegate::PerformedAction ItemSelected(
const ui::Event& event) override;
ash::ShelfMenuModel* CreateApplicationMenu(int event_flags) override;

Powered by Google App Engine
This is Rietveld 408576698