| 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 6398e97614e905510dc75eca6d04976993bea16e..fc4a4d146200072ac20655c123f6c8d59856f5b0 100644
|
| --- a/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/launcher_item_controller.h
|
| @@ -80,7 +80,8 @@ class LauncherItemController : public ash::LauncherItemDelegate {
|
|
|
| // Shows and activates the most-recently-active window associated with the
|
| // item, or launches the item if it is not currently open.
|
| - virtual void Activate(ash::LaunchSource source) = 0;
|
| + // Returns true when a new item got created.
|
| + virtual bool Activate(ash::LaunchSource source) = 0;
|
|
|
| // Closes all windows associated with this item.
|
| virtual void Close() = 0;
|
|
|