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

Unified Diff: chrome/browser/guest_view/web_view/context_menu_content_type_web_view.cc

Issue 523023003: Remove "Search Google for this image" context menu item for <webview>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « 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/guest_view/web_view/context_menu_content_type_web_view.cc
diff --git a/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.cc b/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.cc
index 59a50ccceda78d3c338364963a74a2009b7c45a7..6ef19ff8d8598b6f48ccce1a4dcc9be92394d974 100644
--- a/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.cc
+++ b/chrome/browser/guest_view/web_view/context_menu_content_type_web_view.cc
@@ -23,6 +23,7 @@ bool ContextMenuContentTypeWebView::SupportsGroup(int group) {
case ITEM_GROUP_PAGE:
case ITEM_GROUP_FRAME:
case ITEM_GROUP_LINK:
+ case ITEM_GROUP_SEARCHWEBFORIMAGE:
case ITEM_GROUP_SEARCH_PROVIDER:
case ITEM_GROUP_PRINT:
case ITEM_GROUP_ALL_EXTENSION:
« 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