| Index: chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/launcher_item_controller.h b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| index 35e62fbd02850e14db1fa4da0cbe72a61d735735..565be2652a8fa3b900bbdbb9a53012ae14e229b6 100644
|
| --- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| @@ -23,6 +23,8 @@ using ChromeLauncherAppMenuItems =
|
|
|
| // LauncherItemController is used by ChromeLauncherController to track one
|
| // or more windows associated with a shelf item.
|
| +// TODO (khmel): Consider using ash::launcher::AppLauncherId instead of pair
|
| +// |app_id| and |launch_id|.
|
| class LauncherItemController : public ash::ShelfItemDelegate {
|
| public:
|
| LauncherItemController(const std::string& app_id,
|
|
|