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

Unified Diff: chrome/android/java/res/menu/chrome_context_menu.xml

Issue 1394343002: Remove "Search by Image" feature on Chrome for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrometab4
Patch Set: newt's nits Created 5 years, 2 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
Index: chrome/android/java/res/menu/chrome_context_menu.xml
diff --git a/chrome/android/java/res/menu/chrome_context_menu.xml b/chrome/android/java/res/menu/chrome_context_menu.xml
index 335e371937a64cffe555dea46093a6c00cd60951..4306864f4501e2517d8ac808089c284884705e37 100644
--- a/chrome/android/java/res/menu/chrome_context_menu.xml
+++ b/chrome/android/java/res/menu/chrome_context_menu.xml
@@ -32,10 +32,6 @@
android:title="@string/contextmenu_open_image_in_new_tab"/>
<item android:id="@+id/contextmenu_open_original_image_in_new_tab"
android:title="@string/contextmenu_open_original_image_in_new_tab"/>
- <!-- Title is set in Java. Suppress lint warning about missing title. -->
- <item xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/contextmenu_search_by_image"
- tools:ignore="MenuTitle" />
<item android:id="@+id/contextmenu_copy_image"
android:title="@string/contextmenu_copy_image"/>
<item android:id="@+id/contextmenu_copy_image_url"

Powered by Google App Engine
This is Rietveld 408576698