Chromium Code Reviews| Index: chrome/browser/extensions/extension_context_menu_model.h |
| =================================================================== |
| --- chrome/browser/extensions/extension_context_menu_model.h (revision 138227) |
| +++ chrome/browser/extensions/extension_context_menu_model.h (working copy) |
| @@ -28,6 +28,15 @@ |
| public ui::SimpleMenuModel::Delegate, |
| public ExtensionUninstallDialog::Delegate { |
| public: |
| + enum MenuEntries { |
| + NAME = 0, |
| + CONFIGURE, |
| + HIDE, |
| + DISABLE, |
| + UNINSTALL, |
| + MANAGE |
| + }; |
| + |
| // Creates a menu model for the given extension action. |
| ExtensionContextMenuModel(const extensions::Extension* extension, |
| Browser* browser); |