| Index: chrome/browser/ui/app_list/extension_app_item.h
|
| diff --git a/chrome/browser/ui/app_list/extension_app_item.h b/chrome/browser/ui/app_list/extension_app_item.h
|
| index c73fedde3ad539b3182201bf5846a2de85416324..4ae4ab6d520e0e6ed286bb35ec7f71a54f50f31d 100644
|
| --- a/chrome/browser/ui/app_list/extension_app_item.h
|
| +++ b/chrome/browser/ui/app_list/extension_app_item.h
|
| @@ -19,6 +19,7 @@ class Profile;
|
| class SkBitmap;
|
|
|
| namespace extensions {
|
| +class ContextMenuMatcher;
|
| class Extension;
|
| }
|
|
|
| @@ -76,6 +77,7 @@ class ExtensionAppItem : public ChromeAppListItem,
|
|
|
| scoped_ptr<extensions::IconImage> icon_;
|
| scoped_ptr<ui::SimpleMenuModel> context_menu_model_;
|
| + scoped_ptr<extensions::ContextMenuMatcher> extension_menu_items_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ExtensionAppItem);
|
| };
|
|
|