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

Unified Diff: chrome/renderer/custom_menu_commands.h

Issue 2716053002: [HBD] Add an Enable Flash context menu item for HBD placeholders. (Closed)
Patch Set: add comment Created 3 years, 9 months 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/app/generated_resources.grd ('k') | chrome/renderer/plugins/chrome_plugin_placeholder.cc » ('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 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/renderer/plugins/chrome_plugin_placeholder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698