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

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

Issue 773123002: 'Search Google for ...' menu item is not coming for selected text in extension panel. (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_panel.cc
diff --git a/chrome/browser/renderer_context_menu/context_menu_content_type_panel.cc b/chrome/browser/renderer_context_menu/context_menu_content_type_panel.cc
index bba2e27057c781739018cf87d9a4fcd368f78ca6..298214466b15cf4c4b068887202b6234e537b542 100644
--- a/chrome/browser/renderer_context_menu/context_menu_content_type_panel.cc
+++ b/chrome/browser/renderer_context_menu/context_menu_content_type_panel.cc
@@ -21,6 +21,7 @@ bool ContextMenuContentTypePanel::SupportsGroup(int group) {
return params().unfiltered_link_url.is_valid();
case ITEM_GROUP_EDITABLE:
case ITEM_GROUP_COPY:
+ case ITEM_GROUP_SEARCH_PROVIDER:
return ContextMenuContentType::SupportsGroup(group);
case ITEM_GROUP_CURRENT_EXTENSION:
return true;
« 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