Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4867)

Unified Diff: chrome/renderer/custom_menu_commands.h

Issue 8851007: WIP / Do not commit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/default_plugin/plugin_install_job_monitor.cc ('k') | chrome/renderer/plugins/missing_plugin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/default_plugin/plugin_install_job_monitor.cc ('k') | chrome/renderer/plugins/missing_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698