| Index: chrome/renderer/custom_menu_commands.h
|
| diff --git a/chrome/renderer/custom_menu_commands.h b/chrome/renderer/custom_menu_commands.h
|
| index e8bf53df609a91b96602548d65875eb579b5aa0a..5c21c0834662004eeb22b3de5465d8bbcb8c14b7 100644
|
| --- a/chrome/renderer/custom_menu_commands.h
|
| +++ b/chrome/renderer/custom_menu_commands.h
|
| @@ -10,7 +10,8 @@ namespace chrome {
|
|
|
| enum MenuCommands {
|
| MENU_COMMAND_PLUGIN_RUN = 1,
|
| - MENU_COMMAND_PLUGIN_HIDE = 2,
|
| + MENU_COMMAND_PLUGIN_HIDE,
|
| + MENU_COMMAND_PLUGIN_INSTALL,
|
| };
|
|
|
| } // namespace chrome
|
|
|