| 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 1dd9cb0471bc9fad5f18134caea57605868dd9b0..24729b0c7a27257c6267de5ae15967d69ddf563c 100644
|
| --- a/chrome/browser/ui/app_list/extension_app_item.h
|
| +++ b/chrome/browser/ui/app_list/extension_app_item.h
|
| @@ -18,6 +18,7 @@ class Profile;
|
| class SkBitmap;
|
|
|
| namespace extensions {
|
| +class ContextMenuMatcher;
|
| class Extension;
|
| }
|
|
|
| @@ -74,6 +75,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);
|
| };
|
|
|