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

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

Issue 763093002: Context menu in popup window is missing "Open link in new tab" and other items when right click on … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 46e61b3d6faccc009c0c7c7328f93439b6a2bc4c..f36e9ac73f335d773c0c3fe02a029c7ed65242ce 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
@@ -15,6 +15,7 @@ ContextMenuContentTypeExtensionPopup::~ContextMenuContentTypeExtensionPopup() {
bool ContextMenuContentTypeExtensionPopup::SupportsGroup(int group) {
switch (group) {
+ case ITEM_GROUP_LINK:
lazyboy 2014/11/27 18:44:07 I don't see any issue with this, although this was
Yoyo Zhou 2014/12/01 17:47:41 I don't know why. It seems like an oversight.
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