summaryrefslogtreecommitdiffstats
path: root/ash/shelf/app_list_shelf_item_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shelf/app_list_shelf_item_delegate.cc')
-rw-r--r--ash/shelf/app_list_shelf_item_delegate.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/ash/shelf/app_list_shelf_item_delegate.cc b/ash/shelf/app_list_shelf_item_delegate.cc
index f510732..6bac70b 100644
--- a/ash/shelf/app_list_shelf_item_delegate.cc
+++ b/ash/shelf/app_list_shelf_item_delegate.cc
@@ -6,7 +6,6 @@
#include "ash/shelf/shelf_model.h"
#include "ash/shell.h"
-#include "ash/shell_delegate.h"
#include "grit/ash_strings.h"
#include "ui/app_list/app_list_switches.h"
#include "ui/base/l10n/l10n_util.h"
@@ -46,13 +45,6 @@ base::string16 AppListShelfItemDelegate::GetTitle() {
return l10n_util::GetStringUTF16(title_id);
}
-ui::MenuModel* AppListShelfItemDelegate::CreateContextMenu(
- aura::Window* root_window) {
- return Shell::GetInstance()->delegate()->CreateContextMenu(root_window,
- NULL,
- NULL);
-}
-
ShelfMenuModel* AppListShelfItemDelegate::CreateApplicationMenu(
int event_flags) {
// AppList does not show an application menu.