Chromium Code Reviews| Index: chrome/renderer/custom_menu_commands.h |
| diff --git a/chrome/renderer/custom_menu_commands.h b/chrome/renderer/custom_menu_commands.h |
| index b1bcbc11af7d262e9bca14e328a504bce829a594..66e4755820fa678ef0bcc98aab5f2606437c7480 100644 |
| --- a/chrome/renderer/custom_menu_commands.h |
| +++ b/chrome/renderer/custom_menu_commands.h |
| @@ -10,6 +10,7 @@ namespace chrome { |
| enum MenuCommands { |
| MENU_COMMAND_PLUGIN_RUN = 1, |
| MENU_COMMAND_PLUGIN_HIDE = 2, |
| + MENU_COMMAND_ENABLE_FLASH = 3, |
| }; |
| } // namespace chrome |