| Index: chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| index 6007c23aec06ba456049a9aa3c4036925c8a3791..888e497f42da5f9acc473975067fb33338e344ab 100644
|
| --- a/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h
|
| @@ -48,6 +48,7 @@ class AppShortcutLauncherItemController : public LauncherItemController {
|
| MenuItemList GetAppMenuItems(int event_flags) override;
|
| void ExecuteCommand(uint32_t command_id, int32_t event_flags) override;
|
| void Close() override;
|
| + bool IsShortcut() const override;
|
|
|
| // Get the refocus url pattern, which can be used to identify this application
|
| // from a URL link.
|
|
|