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

Unified Diff: chrome/browser/renderer_context_menu/context_menu_content_type_extension_popup.cc

Issue 774543003: Context menu items are not proper when right click on Image in Extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_context_menu/context_menu_content_type_extension_popup.cc
diff --git a/chrome/browser/renderer_context_menu/context_menu_content_type_extension_popup.cc b/chrome/browser/renderer_context_menu/context_menu_content_type_extension_popup.cc
index f36e9ac73f335d773c0c3fe02a029c7ed65242ce..9d3314058f103dcb8b1c3892a7a1d37d32196b0d 100644
--- a/chrome/browser/renderer_context_menu/context_menu_content_type_extension_popup.cc
+++ b/chrome/browser/renderer_context_menu/context_menu_content_type_extension_popup.cc
@@ -16,6 +16,7 @@ ContextMenuContentTypeExtensionPopup::~ContextMenuContentTypeExtensionPopup() {
bool ContextMenuContentTypeExtensionPopup::SupportsGroup(int group) {
switch (group) {
case ITEM_GROUP_LINK:
+ case ITEM_GROUP_MEDIA_IMAGE:
case ITEM_GROUP_EDITABLE:
case ITEM_GROUP_COPY:
case ITEM_GROUP_SEARCH_PROVIDER:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698